]>
git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/dlopen-intertwined.dtest/D.c
4 extern void setState(const char* from
);
5 extern void c(const char* from
);
7 void d(const char* from
) {
9 sprintf(buffer
, "d() from %s", from
);
13 void __attribute__((constructor
))