]> git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/dlclose-order/base.h
dyld-851.27.tar.gz
[apple/dyld.git] / unit-tests / test-cases / dlclose-order / base.h
1 #include <stdbool.h>
2
3 extern bool barInitied;
4 extern bool barTeminated;
5
6 extern bool bazInitied;
7 extern bool bazTeminated;
8
9