|
Electronics Circuits &
Tutorials |
|
|
|
|
|
|
Home >
Electronics Tutorials >
C Language
Tutorial > stdarg.h
- stdarg.h |
C Language Programming Library
Reference Guide
|
stdarg.h
- stdarg.h
|
|
The stdarg header defines several macros used to get the
arguments in a function when the number of arguments is not
known.
Macros:
va_start();
va_arg();
va_end();
Variables:
typedef va_list
|
|
|
Note: To report broken links or to submit your projects,
tutorials please email to Webmaster |
|
|
|
|
Copyright ©
1999-2020
www.hobbyprojects.com
(All rights reserved) |
|