|
Cthulhu
0.2.10
Cthulhu compiler collection
|


Go to the source code of this file.
Macros | |
| #define | CT_LANG_ENTRY "lang_main" |
| #define | CT_PLUGIN_ENTRY "plugin_main" |
| #define | CT_TARGET_ENTRY "target_main" |
| #define | CT_LANG_EXPORT(mod) |
| declares the entry point for a language driver module More... | |
| #define | CT_PLUGIN_EXPORT(mod) |
| declares the entry point for a plugin driver module More... | |
| #define | CT_TARGET_EXPORT(mod) |
| declares the entry point for a target driver module More... | |
Typedefs | |
| typedef const language_t *(* | lang_main_t) (void) |
| typedef const plugin_t *(* | plugin_main_t) (void) |
| typedef const target_t *(* | target_main_t) (void) |