NAME
src/datatypes.c - Parrot and native data types functions
DESCRIPTION
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.
Functions
INTVAL Parrot_get_datatype_enum
Return datatype STRING *Parrot_get_datatype_name
Return datatype name for
enum
for STRING*
type_name.
type
.SEE ALSO
include/parrot/datatypes.h.