_CP_system is equivalent to the result = system(expression) BASIC statement.
int _CP_system(CPSTR** result, int expression)
This function returns -1 if an error occurs. The error code is contained in _CP_errno.
/* Get a unique item-ID in s */ CPSTR * s = _CP_str_null; _CP_system(&s, 19);