Phantasmal MUD Lib for DGD

Phantasmal Site > Phantasmal API > API Listing > char_is_whitespace

API Function: char_is_whitespace

Summary:
return whether a character is whitespace

Defined In LPC Object:
/usr/common/sys/stringd.c

Prototype:
int char_is_whitespace(int char)

Can Be Called By:
Anybody

Description:

Returns true if the character is whitespace such as space, newline or tab.

Return Value:

1 for true, 0 for false.

Errors:
Normally none.

See Also:
is_whitespace