home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 22 gnu
/
22-gnu.zip
/
GNU_1OF3.ZIP
/
HEADERS.ZIP
/
g++-include
/
stdarg.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-02-15
|
169b
|
13 lines
#ifndef __libgxx_stdarg_h
extern "C" {
#ifdef __stdarg_h_recursive
#include_next <stdarg.h>
#else
#include_next <stdarg.h>
#define __libgxx_stdarg_h 1
#endif
}
#endif