home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
gnu
/
djgpp
/
src
/
libgplus.5
/
libgplus
/
gplus-in
/
assert.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-05-14
|
256 b
|
15 lines
#ifndef __libgxx_assert_h
extern "C" {
#ifdef __assert_h_recursive
#include_next <assert.h>
#else
/* assert.h on some systems needs stdio.h, in violation of ANSI. */
#include <stdio.h>
#include_next <assert.h>
#define __libgxx_assert_h 1
#endif
}
#endif