]> andersk Git - splint.git/blob - test/longconstants.c
Added the FAQ and a document on using realloc to CVS.
[splint.git] / test / longconstants.c
1 long octlong = 07L;
2 long hexlong = 0x34L;
3 long llong = 3594UL;
4 unsigned long ullong = 3594UL;
This page took 0.066619 seconds and 5 git commands to generate.