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 / nestext.c < prev    next >
C/C++ Source or Header  |  1997-09-03  |  61b  |  7 lines

  1. int f (void)
  2. {
  3.   extern int test (void);
  4.  
  5.   return test();
  6. }
  7.