home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Source Code
/
C
/
Applications
/
Moscow ML 1.42
/
src
/
!runtime
/
prims.h
< prev
next >
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
|
1997-08-18
|
184 b
|
12 lines
|
[
TEXT/R*ch
]
/* Interface with C primitives. */
#ifndef _prims_
#define _prims_
typedef value (*c_primitive)();
extern c_primitive cprim[];
extern char * names_of_cprim[];
#endif /* _prims_ */