Processing math: 100%

chrRmblk

Remove all blanks from a string

Description:

All leading and embedded blanks in the string are removed. The remaining characters are moved to the left to eliminate the resulting empty space, and a terminating null is appended to the end of the string.

Invocation

void chrRmblk( char string )

Parameters :

string
Pointer to a null terminated string holding the string from which all leading and embedded blanks are removed.