make/test_memrchr.c

Tue, 09 Dec 2025 18:55:14 +0100

author
Mike Becker <universe@uap-core.de>
date
Tue, 09 Dec 2025 18:55:14 +0100
changeset 1560
f060ecd65575
parent 1413
c5a225d7228c
permissions
-rw-r--r--

add note that cxPropertiesLoad() does not roll back the changes to the map on error

#include <string.h>

int main() {
    const char *r = memrchr("tester", 'e', 6);
    return !(r != NULL);
}

mercurial