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