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 >
Wrap
C/C++ Source or Header
|
1998-04-12
|
500b
|
24 lines
/*
* $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"
/******************************************************************************/