* src/SDCCicode.c (piCode): applied patch from Raphael Neider,
[fw/sdcc] / device / include / z80 / stdio.h
1 /** Dumb stdio.h
2     Z80 temp hack.
3 */
4
5 void printf(const char *szFormat, ...);
6