#include <ctype.h>
Include dependency graph for chop.c:
Go to the source code of this file.
Functions | |
char * | G_chop (char *line) |
Chop leading and trailing white spaces: space, , , , , - returns pointer to string. |
char* G_chop | ( | char * | line | ) |
Chop leading and trailing white spaces: space, ,
, , , - returns pointer to string.
s |
Definition at line 26 of file chop.c.
Referenced by G_str_to_color().