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