SYSstripRightBlanks |
Top Previous Next |
Blanks remove. With this routine blanks are removed from the end of the sign chain here. Parametre str (char *) [IN] Sign chain has after call of this routine at the right end no more blanks. Result --- Declaration #include "basic.h"
void DLLENTRY SYSstripRightBlanks ( char * str );
|