32x and sms savestates. Core-independent z80 state. SS bugfixing/refactoring.
[libpicofe.git] / common / lprintf.h
CommitLineData
8ced8d2b 1#ifdef __cplusplus
2extern "C" {
3#endif
4
6245d5a0 5extern void lprintf(const char *fmt, ...);
c7a4ff64 6
8ced8d2b 7#ifdef __cplusplus
8}
9#endif
10