SDDSlib
|
Implementation of is_blank function. More...
#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. | |
Implementation of is_blank function.
Definition in file is_blank.c.
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.