pub unsafe extern "C" fn cputc(c: c_uchar)Expand description
\m65libsummary{cputc}{Output a single screen code character to screen at current position} \m65libsyntax {void cputc(unsigned char c)} \m65libparam {c}{The screen code of the character to output}