_CP_print_n is equivalent to the print string BASIC statement.
int _CP_print_n(CPSTR* string)
This function returns -1 if an error occurs. The error code is contained in _CP_errno.
CPSTR * t = _CP_mkstr("b"); _CP_print_n(t);
C functions overview, _CP_mkstr