#include <string.h>
#include <grass/gis.h>
#include <ctype.h>
Go to the source code of this file.
Functions | |
char * | G_squeeze (char *line) |
remove unnecessary white space |
char* G_squeeze | ( | char * | line | ) |
remove unnecessary white space
Leading and trailing white space is removed from the string s and internal white space which is more than one character is reduced to a single space character. White space here means spaces, tabs, linefeeds, newlines, and formfeeds. Returns s.
s |