make/test_memrchr.c

Tue, 09 Dec 2025 18:51:11 +0100

author
Mike Becker <universe@uap-core.de>
date
Tue, 09 Dec 2025 18:51:11 +0100
changeset 1559
9e50f45f8736
parent 1413
c5a225d7228c
child 1620
bf5d647f939d
permissions
-rw-r--r--

fix that cxPropertiesLoad() is not falling back to the default allocator when the allocator is NULL

#include <string.h>

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

mercurial