mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-13 08:48:25 +00:00
7 lines
265 B
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}
|