MicrOS
|
#include "../ctype.h"
Functions | |
int | iscntrl (int c) |
Check if value is control character. More... | |
int iscntrl | ( | int | c | ) |
Check if value is control character.
The iscntrl function tests for any control character.
c | Value to check. |