Just make a file called something.h. Any time you want to use what's in it, or referenced by it, include it:
#include "something.h"Typically things like structure definitions, function prototypes,...