This documentation is copyright © 1998-2001 Sandro Sigala <sandro@sigala.it>.
All rights reserved.

Released under the GNU General Public License.

Return to index Up one level Previous symbol Next symbol

Summary of the <stdarg.h> Header

View source

#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 */