home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / txttools / stevie37.lzh / STEVIE / AMIGA.H < prev    next >
Text File  |  1991-08-16  |  226b  |  17 lines

  1. /*
  2.  * Amiga Machine-dependent routines. 
  3.  */
  4.  
  5. void flushbuf();
  6.  
  7. int  inchar();
  8. void outchar();
  9. void outstr();
  10. void beep();
  11. void windinit();
  12. void windexit();
  13. void windgoto();
  14. void delay();
  15. void sleep();
  16. void ExpandWildCards();
  17.