X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Flprintf.h;h=48b8d576caefffe61395c03df7d71b50a31e7f81;hb=a33164fffe6463cd0aa698fac2bcc1fc213af18e;hp=34ec6b70354b6dbc9c7f39669cdf904121301338;hpb=6245d5a03dba96b93c7cc0a247d17ff3d9e08325;p=libpicofe.git diff --git a/common/lprintf.h b/common/lprintf.h index 34ec6b7..48b8d57 100644 --- a/common/lprintf.h +++ b/common/lprintf.h @@ -1,2 +1,10 @@ +#ifdef __cplusplus +extern "C" { +#endif + extern void lprintf(const char *fmt, ...); +#ifdef __cplusplus +} +#endif +