X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=libpicofe.git;a=blobdiff_plain;f=common%2Flprintf.h;h=48b8d576caefffe61395c03df7d71b50a31e7f81;hp=34ec6b70354b6dbc9c7f39669cdf904121301338;hb=8ced8d2b38431e23be1b26457110febbe10d14c7;hpb=6c026031a80434cda8499e2208538e0155466d6b 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 +