This documentation is copyright © 1998-2001 Sandro Sigala <sandro@sigala.it>. All rights reserved. Released under the GNU General Public License.
![]() |
![]() |
![]() |
![]() |
<stdarg.h>
Header#ifndef __STDARG_H #define __STDARG_H typedef implementation defined va_list; #define va_start(ap, paramN) implementation defined #define va_arg(ap, type) implementation defined #define va_end(ap) implementation defined #endif /* !__STDARG_H */