home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
CH04
/
A041234.TXT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-11-17
|
248 b
|
5 lines
The function va_start() sets arg_pointer to point to the first of
the unspecified arguments. The second argument of va_start(),
num_args, is the number of unspecified arguments. The variable
num_args is passed to f() by the calling function.