I try to declare a global variable config:
config
//general.h struct config_t { int num; }; extern struct config_t config; //The global variable