mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
8 lines
86 B
C
8 lines
86 B
C
/* cprintf.h */
|
|
|
|
int cprintf(const char * fmt, ...);
|
|
|
|
#define printf cprintf
|
|
|
|
|