notaz.gp2x.de
/
libpicofe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
pandora: add tv layer selection helper
[libpicofe.git]
/
lprintf.h
1
#ifdef __cplusplus
2
extern "C" {
3
#endif
4
5
extern void lprintf(const char *fmt, ...);
6
7
#ifdef __cplusplus
8
}
9
#endif
10