utl_str2int() function
* Function utl_str2int * Description This utility function converts a character string to an * integer. Acceptable values in string are 0-9. If invalid * string or string value too large, -1 is returned. Leading * spaces are skipped. * Returns Integer value or -1 on error.
Syntax
extern INT16 utl_str2int(const char *p_s);