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 / mut.lcl < prev    next >
Text File  |  1997-09-03  |  90b  |  6 lines

  1. mutable type mut;
  2.  
  3. only mut mut_create (void) { } 
  4. void mut_mod (mut a) { modifies a; } 
  5.  
  6.