|
|
|
|
DocBook: The Definitive GuideBy Norman Walsh & Leonard Muellner1st Edition October 1999 1-56592-580-7, Order Number: 5807 652 pages, Includes CD-ROM |
VarArgs ::= EMPTY
The start-tag is required for this element. The end-tag is optional, if your SGML declaration allows minimization.
VarArgs indicates that a function takes a variable number of arguments.
The VarArgs element produces generated text that indicates that the function takes a variable number of arguments. The exact generated text may vary. One common result is "(…)".
FuncDef, FuncParams, FuncPrototype, FuncSynopsisInfo, Function, ParamDef, Parameter, ReturnValue, Void
<!DOCTYPE funcsynopsis PUBLIC "-//OASIS//DTD DocBook V3.1//EN"> <funcsynopsis> <funcsynopsisinfo> #include <varargs.h> </funcsynopsisinfo> <funcprototype> <funcdef>int <function>max</function></funcdef> <varargs> </funcprototype> </funcsynopsis>
#include <varargs.h>
int max(...);
For additional examples, see also FuncSynopsis.
Back to: DocBook: The Definitive Guide
© 1999, O'Reilly & Associates, Inc.