home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume8 / smile / bsd_tty.h next >
Text File  |  1989-10-01  |  370b  |  12 lines

  1. /* SMiLE -- Simple MIni Line Editor
  2.    Copyright (C) 1989 By Alejandro Liu
  3.    You are given permission to Freely Copy and distribute this program
  4.    in its unmodifed form provided that this copyright notice is included.
  5.  */
  6.  
  7. #define prtchr(dta)    putchar(dta)
  8. #define NEWLIN        '\n'
  9. #define beep()        prtchr(7)
  10. #define prtstr(string)    printf(string)
  11. #define getkey()    getchar()
  12.