Next: , Previous: Using pragma foreign_export_enum for C, Up: Interfacing with C


14.9.1.3 Using pragma foreign_enum for C

Foreign enumeration values in C must be constants of type ‘MR_Integer’. They may be specified as either integer literals or via preprocessor macros that expand to integer literals.