|
LIBRARY#include <xtend/string.h> -lxtend SYNOPSISint strblank(const char *string) ARGUMENTSstring: A null-terminated string DESCRIPTIONstrblank() returns true if the null-terminated string contains only whitespace or nothing at all. It is the null-terminated string equivalent of isblank(3), which tests a single character.RETURN VALUEStrue is string contains only whitespace, or nothing false if any non-whitespace characters are presentSEE ALSOisblank(3) Visit the GSP FreeBSD Man Page Interface. |