#include "gis.h"
#include "config.h"
#include <termio.h>
Include dependency graph for intr_char.c:
Go to the source code of this file.
Defines | |
#define | TYPE termio |
#define | C c_cc[VINTR] |
#define | GET TCGETA |
Functions | |
char | G_intr_char () |
return interrupt char |
#define C c_cc[VINTR] |
#define GET TCGETA |
#define TYPE termio |
char G_intr_char | ( | ) |
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 29 of file intr_char.c.