PSP sustend/resume and stuff
[libpicofe.git] / common / lprintf.h
... / ...
CommitLineData
1#if defined(__GP2X__)
2 #include <stdio.h>
3 #define lprintf printf
4#elif defined(PSP)
5 extern void lprintf(const char *fmt, ...);
6#else
7 #include "giz.h"
8#endif
9