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