home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.0
/
NeXTSTEP3.0.iso
/
NextDeveloper
/
Headers
/
ansi
/
stdarg.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-10-01
|
217 b
|
12 lines
#ifndef _ANSI_STDARG_H_
#define _ANSI_STDARG_H_
/* BSD compatibility: if <varargs.h> seen, don't redefine per ANSI */
#ifndef __VARARGS__
#include <ansi/machine/stdarg.h>
#endif __VARARGS__
#endif _ANSI_STDARG_H_