make/test_memrchr.c

Tue, 28 Oct 2025 19:19:17 +0100

author
Mike Becker <universe@uap-core.de>
date
Tue, 28 Oct 2025 19:19:17 +0100
changeset 1455
1686f692178b
parent 1413
c5a225d7228c
permissions
-rw-r--r--

fix that the symlinks for the libraries are not relative

#include <string.h>

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

mercurial