home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 August - Disc 3
/
chip_20018103_hu.iso
/
amiga
/
chiputil
/
gg
/
gcc-ppc.lha
/
ppc-gcc-newincludes.lha
/
include
/
new.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-02-05
|
161b
|
12 lines
// -*- C++ -*- forwarding header.
#ifndef __NEW_H__
#define __NEW_H__
#include <new>
using std::new_handler;
using std::set_new_handler;
#endif // __NEW_H__