6 * memmem - Trivial module providing a memmem() implementation
8 * This code implements memmem() if it's not alreayd available in the
13 int main(int argc, char *argv[])
15 /* Expect exactly one argument */
19 if (strcmp(argv[1], "depends") == 0) {
23 if (strcmp(argv[1], "testdepends") == 0) {
24 printf("ccan/array_size");