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