home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / splint3s.zip / splint-3.0.1.6 / test / longconstants.c < prev    next >
Text File  |  2001-10-07  |  94b  |  5 lines

  1. long octlong = 07L;
  2. long hexlong = 0x34L;
  3. long llong = 3594UL;
  4. unsigned long ullong = 3594UL;
  5.