giz menu works
[libpicofe.git] / common / lprintf.h
1 #if defined(__GP2X__)
2 #define lprintf printf
3 #else
4 #include "giz.h"
5 #endif
6