home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
C
/
MAXONC3_6OF8.DMS
/
in.adf
/
incl.lha
/
INCLUDE
/
pragma
/
translator_lib.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-10-22
|
364 b
|
21 lines
// pragmas for translator.library
// (c) Maxon Computer 1994
#ifndef _INCLUDE_PRAGMA_TRANSLATOR_LIB_H
#define _INCLUDE_PRAGMA_TRANSLATOR_LIB_H
#ifdef __cplusplus
#define CPLUSPLUSON
#pragma -
#endif
#include <clib/translator_protos.h>
#pragma amicall(TranslatorBase, 0x1e, Translate(a0,d0,a1,d1))
#ifdef CPLUSPLUSON
#undef CPLUSPLUSON
#pragma +
#endif
#endif