#include <grass/gis.h>
Go to the source code of this file.
Defines | |
#define | TAB 011 |
#define | SPACE 040 |
Functions | |
int | G_ascii_check (char *string) |
remove non-ascii characters from buffer |
#define SPACE 040 |
#define TAB 011 |
int G_ascii_check | ( | char * | string | ) |
remove non-ascii characters from buffer
returns string with non_ascii characters removed, except for tabs which are turned into spaces.
*string | buffer to have non-ascii characters removed |
Definition at line 16 of file ascii_chk.c.
Referenced by G_read_history().