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.c < prev    next >
Text File  |  1997-09-03  |  76b  |  9 lines

  1. # include "exports.h"
  2.  
  3. int glob;
  4.  
  5. int f(int a, int b)
  6. {
  7.   return (a + b);
  8. }
  9.