
Patrick B. answered 06/15/19
Math and computer tutor/teacher
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