@node Variable Argument Facilities
@chapter Variable Argument Facilities
-@pindex <stdarg.h>
@cindex variadic argument functions
@cindex variadic functions
@cindex variable number of arguments
simply @dfn{variadic functions}.) However, the kernel language provides
no mechanism for actually accessing non-required arguments; instead,
you use the variable arguments macros defined in
-@file{<stdarg.h>}.
+@file{stdarg.h}.
+@pindex stdarg.h
@menu
* Why Variable Arguments are Used::
@section Variable Arguments Interface
Here are descriptions of the macros used to retrieve variable arguments.
-These macros are defined in the header file @file{<stdarg.h>}.
+These macros are defined in the header file @file{stdarg.h}.
+@pindex stdarg.h
@comment stdarg.h
@comment ANSI