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