parrotcode: Parrot and native data types functions | |
Contents | C |
src/datatypes.c - Parrot and native data types functions
The functions in this file are used in .ops files to access the enum
and C string constants for Parrot and native data types defined in include/parrot/datatypes.h.
INTVAL Parrot_get_datatype_enum(Interp *interpreter, STRING *typename)
enum
for STRING*
typename.STRING *Parrot_get_datatype_name(Interp *interpreter, INTVAL type)
type
.include/parrot/datatypes.h.
|