the "not bad" way to define global variables in C
#ifdef FOO_LIBRARY_C
#define GLOBAL_PREFIX
#else
#define GLOBAL_PREFIX extern
#endif
GLOBAL_PREFIX int a,b,c
http://stackoverflow.com/questions/2868651/including-c-header-file-with-lots-of-global-variables
Aucun commentaire:
Enregistrer un commentaire