home *** CD-ROM | disk | FTP | other *** search
- /*
- * $Id: data.c 1.3 1998/04/12 17:29:00 olsen Exp olsen $
- *
- * :ts=4
- *
- * Wipeout -- Traces and munges memory and detects memory trashing
- *
- * Written by Olaf `Olsen' Barthel <olsen@sourcery.han.de>
- * Public Domain
- */
-
- #ifndef _GLOBAL_H
- #include "global.h"
- #endif /* _GLOBAL_H */
-
- /******************************************************************************/
-
- #undef global
- #define global
-
- #include "data.h"
-
- /******************************************************************************/
-