|
GRASS Programmer's Manual
6.4.1(2011)
|
#include <grass/gis.h>#include <grass/config.h>#include <sgtty.h>
Go to the source code of this file.
Defines | |
| #define | TYPE tchars |
| #define | C t_intrc |
| #define | GET TIOCGETC |
Functions | |
| char | G_intr_char (void) |
| return interrupt char | |
| #define C t_intrc |
Definition at line 17 of file intr_char.c.
| #define GET TIOCGETC |
Definition at line 18 of file intr_char.c.
Referenced by G_intr_char().
| #define TYPE tchars |
Definition at line 16 of file intr_char.c.
Referenced by G_intr_char().
| char G_intr_char | ( | void | ) |
return interrupt char
This routine returns the user's keyboard interrupt character. This is the character that generates the SIGINT signal from the keyboard.
| ~ |
Definition at line 33 of file intr_char.c.