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 / ud2.lcl < prev    next >
Text File  |  1997-09-03  |  110b  |  3 lines

  1. void f1(out char **x) { modifies *x; }
  2. void f2(char **x) { modifies *x; }
  3. void f3(out int *y) { modifies *y; }