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.2a / florian.c < prev    next >
Text File  |  1997-09-03  |  63b  |  6 lines

  1. int foo(bar) /*@modifies *bar*/
  2.      int *bar;
  3. {
  4.   return 3;
  5. }
  6.