![]() |
![]()
| ![]() |
![]()
NAMExt_strblank() - Return true is a string is empty or only whitespace LIBRARY#include <xtend/string.h> -lxtend SYNOPSISint xt_strblank(const char *string) ARGUMENTSstring: A null-terminated string DESCRIPTIONxt_strblank() 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 present SEE ALSOisblank(3)
|