without it this lead to C compiler warnings:
/Volumes/Users/sbs/Dropbox/BodoSac/scan/a.out.c:1294:5: warning: no previous extern declaration for non-static variable 'SACo__MAIN__countTweakT'
[-Wmissing-variable-declarations]
int SACo__MAIN__countTweakT;
^
/Volumes/Users/sbs/Dropbox/BodoSac/scan/a.out.c:1294:1: note: declare 'static' if the variable is not intended to be used outside of this
translation unit
int SACo__MAIN__countTweakT;