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

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