chrClean

Remove all unprintable characters from a string

Description:

Replace all unprintable characters in the given string with blanks.

Invocation

void chrClean( char string )

Parameters :

string
Pointer to a null terminated string holding the string to be cleaned.