]>
git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/interpose-basic-prebound/foo.c
5 bool check_dylib_interposing()
7 const char* x
= strdup("123");
8 const char* y
= strdup("456");
10 return ( (strcmp(x
, "hello") == 0) && (strcmp(y
, "hello") == 0) );