\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}