home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enigma Amiga Life 106
/
EnigmaAmiga106CD.iso
/
software
/
sviluppo
/
pmm
/
developer
/
include
/
gateway.h
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-08-30
|
314 b
|
18 lines
/*
** include file for gateway.library
**
** (C) Copyright 1998,1999 Michaela Prüß
** All Rights Reserved.
*/
#ifndef GATEWAY_GATEWAY_H
#define GATEWAY_GATEWAY_H
#include <exec/types.h>
#include <string.h>
#include <stdio.h>
#include <ctype.h>
#include <libdefs.h>
#endif /* GATEWAY_GATEWAY_H */