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