home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 January
/
PCWorld_2000-01_cd.bin
/
Software
/
Servis
/
Devc
/
_SETUP.4
/
Group3
/
new.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-03-08
|
174b
|
14 lines
// -*- C++ -*- forwarding header.
#ifndef __NEW_H__
#define __NEW_H__
#include <new>
#if 0
using std::new_handler;
using std::set_new_handler;
#endif
#endif // __NEW_H__