#include "gis.h"Include dependency graph for ascii_chk.c:

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 |
Definition at line 4 of file ascii_chk.c.
Referenced by cleanse_string(), G_ascii_check(), and G_site_format().
| #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().
1.4.7