printf_xy Function (Macro)

stdio.h

void printf_xy (short x, short y, const char *format, ...);

Sends formatted output to the fixed place on the screen.

printf_xy is similar to the standard ANSI C printf function, except:

printf_xy is a GNU C macro which calls sprintf and DrawStr.


Uses: sprintf, DrawStr