notaz.gp2x.de
/
picodrive.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
giz menu
[picodrive.git]
/
platform
/
common
/
lprintf.h
Commit
Line
Data
e5f426aa
1
#if defined(__GP2X__)
2
#define lprintf printf
3
#else
4
#include "giz.h"
5
#endif
6