|
SDDS ToolKit Programs and Libraries for C and Python
|
Implementation of is_blank function.
Definition in file is_blank.c.
#include "mdb.h"#include <ctype.h>Go to the source code of this file.
Functions | |
| long | is_blank (char *s) |
| Determine whether a string is composed entirely of whitespace characters. | |
| long is_blank | ( | char * | s | ) |
Determine whether a string is composed entirely of whitespace characters.
This function checks each character in the input string to verify if it is a space character.
| s | The null-terminated string to be checked. |
Definition at line 27 of file is_blank.c.