- Function
Output a character directly to the console.
- Header
- Declaration
void __fastcall__ cputc (char c);- Description
Output one character to the console at the current cursor position.
- Limits
- Like all other
coniooutput functions,cputcdistinguishes between\rand\n.- The function is only available as fastcall function, so it may only be used in presence of a prototype.
- Availability
cc65
- See also
- Example
None.