Various minor fixes for compiler/linter (other then splint itself) warnings.
[splint-patched.git] / test / longconstants.c
blob5ec761bf5bb93503798d25f703fc81fac3442f06
1 long octlong = 07L;
2 long hexlong = 0x34L;
3 long llong = 3594UL;
4 unsigned long ullong = 3594UL;