gotoxy

Function gotoxy 

Source
pub unsafe extern "C" fn gotoxy(x: c_uchar, y: c_uchar)
Expand description

\m65libsummary{gotoxy}{Set the current position at X,Y coordinates} \m65libsyntax {void gotoxy(unsigned char x, unsigned char y)} \m65libparam {x}{The new X-coordinate} \m65libparam {y}{The new Y-coordinate} \m65libremarks {No screen bounds checks are performed; out of screen behavior is undefined }