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 >
Wrap
C/C++ Source or Header
|
1988-06-27
|
429b
|
17 lines
#ifndef E_OSBIND_H
#define E_OSBIND_H
/*-------------------------------------------------------*/
/* All OS-related stuff */
/* Kept for compatability */
/* Programs should include only those files that they */
/* need. */
/*-------------------------------------------------------*/
#include <tos.h>
#include <tosmem.h>
#include <sysvar.h>
#include <vt52.h>
#endif