home *** CD-ROM | disk | FTP | other *** search
/ ftp.uni-stuttgart.de/pub/systems/acorn/ / Acorn.tar / Acorn / acornet / dev / c / debug / mnemosyn.spk / !Mnemosyne / C / DUMPSYMS next >
Text File  |  1991-04-24  |  217b  |  10 lines

  1. #if defined(__STDC__) || defined(__ZTC__) /* This *is* the correct test... */
  2. extern int mnem_writestats__Fv();
  3. void dumpsyms(void)
  4. /* Called on exit in ANSI systems */
  5. {
  6.       (void) mnem_writestats__Fv();
  7. }
  8.  
  9. #endif
  10.