[SPCA] Finish stack, data type compilation details

This commit is contained in:
2026-01-12 12:02:53 +01:00
parent 639c147264
commit 9da3a2c0d3
23 changed files with 255 additions and 156 deletions

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