astChrClean

Replace unprintable characters in a string with spaces

Description:

This function replaces all unprintable characters in the given string with spaces. It is assumed that the string contains only ASCII characters.

Synopsis

void astChrClean( char text )

Parameters:

text
Pointer to the null terminated string to be modified.