notaz.gp2x.de
/
libpicofe.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
input: detect dead devices, always set keynames
[libpicofe.git]
/
common
/
lprintf.h
Commit
Line
Data
8ced8d2b
1
#ifdef __cplusplus
2
extern "C" {
3
#endif
4
6245d5a0
5
extern void lprintf(const char *fmt, ...);
c7a4ff64
6
8ced8d2b
7
#ifdef __cplusplus
8
}
9
#endif
10