home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / splint3s.zip / splint-3.0.1.6 / test / modifies.h < prev    next >
C/C++ Source or Header  |  2000-06-12  |  163b  |  5 lines

  1. extern int f1 (int p[]) /*@modifies nothing @*/ ;
  2. extern int f2 (int p[]) /*@modifies internalState @*/ ;
  3. extern int g2 (int p[]) /*@modifies internalState @*/ ;
  4.  
  5.