HasNonWhiteSpace
int HasNonWhiteSpace (const char string[]);
Purpose
Determines if a string contains a non–white–space character before the terminated ASCII NUL byte.
Parameters
| Input | ||
| Name | Type | Description |
| string | const char[] | A nul–terminated string. |
Return Value
| Name | Type | Description |
| hasNonWhiteSpace | int | If string contains a non–white–space character, 1. Otherwise, 0. |
Additional Information
Library: Programmer's Toolbox
Include file: toolbox\toolbox.h
LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later