mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-13 08:48:25 +00:00
[SPCA] Finish stack, data type compilation details
This commit is contained in:
6
semester3/spca/parts/01_c/04_variadic.tex
Normal file
6
semester3/spca/parts/01_c/04_variadic.tex
Normal file
@@ -0,0 +1,6 @@
|
||||
\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}
|
||||
Reference in New Issue
Block a user