home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / amiga / chiputil / wipeout.lha / source / data.c < prev    next >
C/C++ Source or Header  |  1998-04-12  |  500b  |  24 lines

  1. /*
  2.  * $Id: data.c 1.3 1998/04/12 17:29:00 olsen Exp olsen $
  3.  *
  4.  * :ts=4
  5.  *
  6.  * Wipeout -- Traces and munges memory and detects memory trashing
  7.  *
  8.  * Written by Olaf `Olsen' Barthel <olsen@sourcery.han.de>
  9.  * Public Domain
  10.  */
  11.  
  12. #ifndef _GLOBAL_H
  13. #include "global.h"
  14. #endif    /* _GLOBAL_H */
  15.  
  16. /******************************************************************************/
  17.  
  18. #undef global
  19. #define global
  20.  
  21. #include "data.h"
  22.  
  23. /******************************************************************************/
  24.