]> git.saurik.com Git - cydia.git/blob - system.h
Fix awkward build cycling from using new pngcrush.
[cydia.git] / system.h
1 #define system apl_system
2 #include <stdlib.h>
3 #undef system
4 #ifdef __cplusplus
5 extern "C"
6 #endif
7 int system(const char *);