#ifndef stuff_h #define stuff_h #ifdef __cplusplus extern "C" { #endif extern void* f_stuff_new(void); extern int f_stuff_message(void* obj,int a); #ifdef __cplusplus } #endif #endif