home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume3 / libc_term / c_term.h next >
Encoding:
C/C++ Source or Header  |  1986-11-30  |  203 b   |  14 lines

  1. #define ABORT_CHAR ('\03')
  2.  
  3. void    init_term();
  4. char    get_erase();
  5. float    get_float();
  6. int    get_int();
  7. int    get_bool();
  8. void    get_hosp_num();
  9. void    get_string();
  10. int    pick_one();
  11. void    center();
  12.  
  13. char    erase_char;
  14.