cputnc

Function cputnc 

Source
pub unsafe extern "C" fn cputnc(count: c_uchar, c: c_uchar)
Expand description

\m65libsummary{cputnc}{Output N copies of a character at current position} \m65libsyntax {void cputnc(unsigned char count, unsigned char c)} \m65libparam {c}{The screen code of the characters to output} \m65libparam {count}{The count of characters to print}