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 / alias4.lh_tmp < prev    next >
Text File  |  1997-09-04  |  215b  |  14 lines

  1.  
  2. # include "bool.h"
  3. # include "mut.h"
  4.  
  5. extern int glob;
  6. extern int *globp;
  7. extern struct {
  8. intval;
  9. int*field;
  10. } globs;
  11. extern mutf (mut  /* a */, mut  /* b */);
  12. extern intg (void);
  13. extern int*h (void);
  14.