input: rework abs handling, change API, allow custom key names
[libpicofe.git] / common / lprintf.h
... / ...
CommitLineData
1#ifdef __cplusplus
2extern "C" {
3#endif
4
5extern void lprintf(const char *fmt, ...);
6
7#ifdef __cplusplus
8}
9#endif
10