[SPCA] Start C syntax summary

This commit is contained in:
2026-01-04 12:09:01 +01:00
parent 46083b9782
commit c7618f38a4
8 changed files with 350 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
\subsection{The Syntax}
\texttt{C} uses a very similar syntax as many other programming languages, like \texttt{Java}, \texttt{JavaScript} and many more\dots
to be precise, it is \textit{them} that use the \texttt{C} syntax, not the other way around. So:
\inputcodewithfilename{c}{code-examples/00_c/01_syntax/}{00_intro.c}
\inputcodewithfilename{c}{code-examples/00_c/01_syntax/}{01_func.h}
\inputcodewithfilename{c}{code-examples/00_c/01_syntax/}{01_func.c}