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 / exports.h < prev    next >
C/C++ Source or Header  |  1997-09-03  |  66b  |  6 lines

  1. typedef int myint;
  2.  
  3. extern int glob;
  4.  
  5. extern int f(int a, int b);
  6.