home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Graphics
/
PPT
/
include
/
proto
/
module.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-11-11
|
181b
|
12 lines
#ifndef PROTO_MODULE_H
#define PROTO_MODULE_H
#include "clib/module_protos.h"
#ifdef __GNUC__
# include "inline/module.h"
#else
# include "pragmas/module_pragmas.h"
#endif
#endif