MicrOS
isprint.c File Reference
#include "../ctype.h"

Functions

int isprint (int c)
 Check if value is printable. More...
 

Function Documentation

◆ isprint()

int isprint ( int  c)

Check if value is printable.

The isprint function tests for any printing character including space (' ').

Parameters
cValue to check.
Returns
1 if true, 0 if false