Home | History | Annotate | Download | only in examples

Lines Matching refs:EXPORT

21 /* Declare the EXPORT macro that expands to exporting the symbol for DLLs when
22 * compiling for Windows. All procedures marked with EXPORT in this example are
26 #define EXPORT __declspec(dllexport)
28 #define EXPORT
40 EXPORT int init(struct module_env* env, int id) {
53 EXPORT void deinit(struct module_env* env, int id) {
62 EXPORT void operate(struct module_qstate* qstate, enum module_ev event,
93 EXPORT void inform_super(struct module_qstate* qstate, int id,
100 EXPORT void clear(struct module_qstate* qstate, int id) {
111 EXPORT size_t get_mem(struct module_env* env, int id) {