home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
files
/
program
/
lynxlib
/
e_osbind.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-10-23
|
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