Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ stdarg.h(4) — AIX PS/2 1.2.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

varargs



STDARG.H(4,F)               AIX Technical Reference               STDARG.H(4,F)



-------------------------------------------------------------------------------
stdarg.h



PURPOSE

Defines variable argument list access macros.

SYNOPSIS

#include <stdarg.h>

DESCRIPTION

The stdarg.h header file defines the data type va_list and the following macros
used for advancing through a list of arguments:

#include <stdarg.h>

void va_start (va_list ap, parmN);
type va_arg (va_list ap, type);
void va_end (va_list ap);

RELATED INFORMATION

In this book:  "varargs."




























Processed November 7, 1990       STDARG.H(4,F)                                1



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026