home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume8
/
smile
/
bsd_tty.h
next >
Wrap
Text File
|
1989-10-01
|
370b
|
12 lines
/* SMiLE -- Simple MIni Line Editor
Copyright (C) 1989 By Alejandro Liu
You are given permission to Freely Copy and distribute this program
in its unmodifed form provided that this copyright notice is included.
*/
#define prtchr(dta) putchar(dta)
#define NEWLIN '\n'
#define beep() prtchr(7)
#define prtstr(string) printf(string)
#define getkey() getchar()