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