I want to have a global struct that I can access from anywhere. But it is not working out of the box. I get a 'multiple definition' error. Is there a compiler switch I have to use to make it work? Example: global.h:
#ifndef global_h
#define glob..
#ifndef global_h
#define glob..