]> andersk Git - splint.git/blame_incremental - test/longconstants.c
Committing to make sure that the ./configure works.
[splint.git] / test / longconstants.c
... / ...
CommitLineData
1long octlong = 07L;
2long hexlong = 0x34L;
3long llong = 3594UL;
4unsigned long ullong = 3594UL;
This page took 1.504583 seconds and 5 git commands to generate.