|
LIBRARY#include <xtend/string.h> -lxtend SYNOPSISint strisint(const char *string, int base) ARGUMENTSstring: The string to be tested base: The expected base of the integer (usually 8, 10, or 16) DESCRIPTIONDetermine whether a string is a valid integer by attempting to convert it using strtoll().RETURN VALUESNon-zero value if the string represents an integer, zero otherwiseSEE ALSOstrtoll(3) Visit the GSP FreeBSD Man Page Interface. |