home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / program / lynxlib.zoo / e_osbind.h < prev    next >
C/C++ Source or Header  |  1988-06-27  |  429b  |  17 lines

  1. #ifndef E_OSBIND_H
  2. #define E_OSBIND_H
  3.  
  4. /*-------------------------------------------------------*/
  5. /* All OS-related stuff                                  */
  6. /* Kept for compatability                 */
  7. /* Programs should include only those files that they      */
  8. /* need.                         */
  9. /*-------------------------------------------------------*/
  10.  
  11. #include <tos.h>
  12. #include <tosmem.h>
  13. #include <sysvar.h>
  14. #include <vt52.h>
  15.  
  16. #endif
  17.