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.2 / decl.c < prev    next >
C/C++ Source or Header  |  1997-09-03  |  80b  |  9 lines

  1. # include <time.h>
  2.  
  3. struct tm { int x; }
  4.  
  5. int f (struct tm s)
  6. {
  7.   return s.x;
  8. }
  9.