Inactive Tutor answered 06/15/19
If you are going to share this variable among several source code files,
then it must be declared as a global OUTSIDE of any methods and functions.
Preferably, put it in a header *.h file
I would declare it IMMEDIATELY after the typedef block in the same header.
Otherwise, in all of the source code files that use it, you must declare it as
an EXTERN