GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
GIS Library - Handles control characters. More...
#include <stdio.h>
#include <grass/gis.h>
Go to the source code of this file.
Functions | |
char * | G_unctrl (int c) |
Printable version of control character. More... | |
GIS Library - Handles control characters.
(C) 2001-2008 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file unctrl.c.
char* G_unctrl | ( | int | c | ) |
Printable version of control character.
This routine returns a pointer to a string which contains an English-like representation for the character c. This is useful for nonprinting characters, such as control characters. Control characters are represented by ctrl-C, e.g., control A is represented by ctrl-A. 0177 is represented by DEL/RUB. Normal characters remain unchanged.
[in] | int | c |