]> git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/interpose-then-dlopen.dtest/fooimpl.c
dyld-733.8.tar.gz
[apple/dyld.git] / testing / test-cases / interpose-then-dlopen.dtest / fooimpl.c
1
2
3 int interposableFoo() {
4 return 100;
5 }
6
7
8 int interposableBar() {
9 return 100;
10 }