home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lclint.zip / lclint-2_3h-os2-bin.zip / test / tests2.2a / sizeof.c < prev    next >
Text File  |  1997-09-03  |  51b  |  5 lines

  1. size_t f (int x)
  2. {
  3.   return sizeof (sizeof (x));
  4. }
  5.