home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_08_05 / 8n05077a < prev    next >
Text File  |  1990-04-18  |  97b  |  10 lines

  1.  
  2. Listing 7:
  3. test()
  4. {
  5.     static int testcalled = 0;
  6.     testcalled++;
  7.     return(testcalled);
  8. }
  9.  
  10.