home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD1.bin
/
new
/
docs
/
misc
/
amigafaqg
/
programmer
/
pragmas
/
asl_pragmas.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-07-28
|
470b
|
18 lines
#ifndef PRAGMAS_ASL_PRAGMAS_H
#define PRAGMAS_ASL_PRAGMAS_H
#ifndef CLIB_ASL_PROTOS_H
#include <clib/asl_protos.h>
#endif
extern struct Library *AslBase;
#pragma libcall AslBase AllocFileRequest 1e 00
#pragma libcall AslBase FreeFileRequest 24 801
#pragma libcall AslBase RequestFile 2a 801
#pragma libcall AslBase AllocAslRequest 30 8002
#pragma libcall AslBase FreeAslRequest 36 801
#pragma libcall AslBase AslRequest 3c 9802
#endif /* PRAGMAS_ASL_PRAGMAS_H */