changes.mady.by.user Robert Seacord
Saved on Dec 22, 2008
...
DCL14-C. Do not make assumptions about the order of global variable initialization across translation units
DCL15-C. Declare file-scope objects or functions that do not need external linkage with the storage-class specifier as static
DCL16-C. Use 'L', not 'l', to indicate a long value