- Function
 Formatted output to the console.
- Header
 - Declaration
 
int cprintf (const char* format, ...);- Description
 The arguments are converted to text where necessary and formatted according to the format string given. The resulting string is output to the console.
cprintfsupports the same format specifiers asprintf.- Limits
 
- Like all other
 coniooutput functions,cprintfdistinguishes between\rand\n.- Availability
 cc65
- See also
 - Example
 None.