Files
eth-summaries/semester3/spca/parts/01_c/04_variadic.tex
2026-01-22 07:35:37 +01:00

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}