DS80C400 support, the beginning
[fw/sdcc] / device / include / z80 / stdio.h
1 /** Dumb stdio.h
2     Z80 temp hack.
3 */
4
5 void printf(const char *szFormat, ...);
6