X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Flprintf.h;h=34ec6b70354b6dbc9c7f39669cdf904121301338;hb=d6c1b65bceed489cdc3108ff686cbb3ed7abf444;hp=d09a46186a79add23cded32d4c7939669c5319ff;hpb=2951214ea65ce2e2ac40671511b8d5a9ea2d2842;p=libpicofe.git diff --git a/common/lprintf.h b/common/lprintf.h index d09a461..34ec6b7 100644 --- a/common/lprintf.h +++ b/common/lprintf.h @@ -1,7 +1,2 @@ -#if defined(__GP2X__) || defined(PSP) -#include -#define lprintf printf -#else -#include "giz.h" -#endif +extern void lprintf(const char *fmt, ...);