home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / languages / scheme / xscheme / XSchemeDir / h / osdefs next >
Encoding:
Text File  |  1990-04-18  |  421 b   |  16 lines

  1. /* osdefs.h - extern declarations for machine specific functions */
  2.  
  3. #ifdef MACINTOSH
  4. extern LVAL xhidepen(),xshowpen(),xgetpen(),xpensize(),xpenmode();
  5. extern LVAL xpenpat(),xpennormal(),xmoveto(),xmove(),xlineto(),xline();
  6. extern LVAL xshowgraphics(),xhidegraphics(),xcleargraphics();
  7. #endif
  8.  
  9. #ifdef MSDOS
  10. extern LVAL xint86(),xinbyte(),xoutbyte(),xsystem(),xgetkey();
  11. #endif
  12.  
  13. #ifdef UNIX
  14. extern LVAL xsystem();
  15. #endif
  16.