- Function
 Output a string directly to the console.
- Header
 - Declaration
 
void __fastcall__ cputs (const char* s);- Description
 The function outputs the given string on the console at the current cursor position.
- Limits
 
- Like all other
 coniooutput functions,cputsdistinguishes 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.