home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
Misc
/
GameSmith1-Hisoft-System.DMS
/
in.adf
/
GDS_System.lha
/
include
/
proto
/
libraries.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1994-07-11
|
195 b
|
8 lines
#ifndef GS_LIBPROTO
#define GS_LIBPROTO
int gs_open_libs(int,int); /* open specified libs at specified version */
void gs_close_libs(void); /* close all libs opened by open_libs */
#endif