home *** CD-ROM | disk | FTP | other *** search
- /* stdarg.h
-
- Shared C Library support. */
-
- #ifndef __STDARG_H
- #define __STDARG_H
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- /* GCC has its own private copy of stdarg.h. */
-
- #ifndef __GNUC__
- /* Place a copy of <stdarg.h> that is suitable for your compiler
- after this comment. Then remove the #error line. */
- #error stdarg.h has not been implemented for this compiler
-
- #endif
-
- #ifdef __cplusplus
- }
- #endif
- #endif
-