int HasNonWhiteSpace (const char string[]);
Determines if a string contains a non–white–space character before the terminated ASCII NUL byte.
Input | ||
Name | Type | Description |
string | const char [] | A nul–terminated string. |
Name | Type | Description |
hasNon-WhiteSpace | integer | If string contains a non–white–space character, 1. Otherwise, 0. |