Michael Forney 6a53b447e5 Declare global variables as extern in headers
Otherwise, each source file that includes the header will create a
new definition, which are usually merged together by the linker.

Multiple definitions of an object is not allowed in ISO C.
2019-06-30 09:52:06 +01:00
..
2018-09-26 17:21:33 +01:00
2017-03-19 14:27:05 +00:00
2017-03-19 14:27:05 +00:00
2018-09-06 11:33:02 +01:00
2018-08-29 10:24:23 +01:00
2019-02-17 11:32:48 +00:00
2019-02-17 11:32:48 +00:00
2018-09-26 17:21:33 +01:00