_CP_out is equivalent to the out BASIC statement.
int _CP_out(int expression)
This function returns -1 if an error occurs. The error code is contained in _CP_errno.
/* Prints a space. */ _CP_out(0x20);
C functions overview