Files
eth-summaries/semester3/spca/parts/01_c/04_variadic.tex

7 lines
265 B
TeX

\newpage
\subsection{Variadic functions}
Variadic functions take a variable number of arguments and use the \texttt{...} syntax in \lC.
A notable example of such a function is \texttt{printf}
\inputcodewithfilename{c}{code-examples/00_c/03_others/}{00_variadic.c}