C++
int acutIsSpace( int c );
File
acutads.h
Description
Verifies that the specified character is a white-space character.
Returns TRUE if the character is a white-space character (including space, tab, newline, carriage return, and form-feed characters); otherwise, it returns FALSE.
Note This function now works with whatever operating system character code page AutoCAD is using, and is therefore significantly slower than the corresponding standard C/C++ runtime library function.
Parameters
Parameters | Description |
---|---|
c | Character |