]> andersk Git - splint.git/blame - test/longconstants.c
Fixed pre-processing bug reported by Adam Clarke. Moved marking point
[splint.git] / test / longconstants.c
CommitLineData
ee229125 1long octlong = 07L;
2long hexlong = 0x34L;
3long llong = 3594UL;
4unsigned long ullong = 3594UL;
This page took 0.054136 seconds and 5 git commands to generate.