home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Recommendations - 1998 Season 1
/
DNBCD4.iso
/
share
/
DOS
/
ipxcopy
/
SRC.ZIP
/
SRC
/
CBREAK.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-05-01
|
228 b
|
17 lines
/*
CBREAK.H
*/
#ifndef _CBREAK_H
#define _CBREAK_H
#define CTRL_C_REPLACE (27) /* Replace ^C with this value */
void break_Install(void);
void break_Remove(void);
int break_IsCTRLC(void);
#endif