home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Leser 15
/
Amiga Plus Leser CD 15.iso
/
Tools
/
Development
/
MemManual
/
Include
/
proto
/
memory.h
Encoding:
Amiga
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
|
2002-03-13
|
221 b
|
15 lines
#ifndef PROTO_MEMORY_H
#define PROTO_MEMORY_H
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#include <clib/memory_protos.h>
extern struct MemoryLibrary *MemoryBase;
#include <pragmas/memory_pragmas.h>
#endif