Cthulhu  0.2.10
Cthulhu compiler collection
driver.h File Reference
#include <ctu_driver_api.h>
#include "cthulhu/broker/broker.h"
Include dependency graph for driver.h:
This graph shows which files directly or indirectly include this file:

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)