|
LIBRARY#include <xtend/string.h> -lxtend SYNOPSISint strisreal(const char *string) ARGUMENTSstring: The string to be tested DESCRIPTIONDetermine whether a string is a valid real number by attempting to convert it using strtod().RETURN VALUESNon-zero value if the string represents a real number, zero otherwiseSEE ALSOstrtod(3) Visit the GSP FreeBSD Man Page Interface. |