Support setting CC and/or CXX to the compiler to test
[blocksruntime.git] / testprefix.h
blob27d514ddd47dfab6b57531e94d219c1c2036e13a
1 #undef __APPLE_CC__
2 #define __APPLE_CC__ 5627
3 #include <stdlib.h>
4 #include <stdio.h>
5 #ifdef _WIN32
6 #define random() rand()
7 #else /* !_WIN32 */
8 #include <unistd.h>
9 #include <sys/wait.h>
10 #endif /* !_WIN32 */