home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD1.img / d2xx / d217 / stevie / unix.h < prev    next >
Text File  |  1989-06-04  |  179b  |  11 lines

  1. /*
  2.  * Unix Machine-dependent routines. 
  3.  */
  4.  
  5. int  inchar();
  6. void outchar();
  7. void outstr(), beep();
  8. void remove(), rename();
  9. void windinit(), windexit(), windgoto();
  10. void delay();
  11.