X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lprintf.h;fp=lprintf.h;h=48b8d576caefffe61395c03df7d71b50a31e7f81;hb=a86e9a3e58f55bf49d99dfd5e5d6413e17149593;hp=0000000000000000000000000000000000000000;hpb=f506842df2b0e251b56ffe0a828bb2029d423eec;p=libpicofe.git diff --git a/lprintf.h b/lprintf.h new file mode 100644 index 0000000..48b8d57 --- /dev/null +++ b/lprintf.h @@ -0,0 +1,10 @@ +#ifdef __cplusplus +extern "C" { +#endif + +extern void lprintf(const char *fmt, ...); + +#ifdef __cplusplus +} +#endif +