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
hasNon-WhiteSpace integer If string contains a non–white–space character, 1.

Otherwise, 0.