mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-12 20:28:31 +00:00
[SPCA] Start C syntax summary
This commit is contained in:
6
semester3/spca/parts/00_c/01_syntax.tex
Normal file
6
semester3/spca/parts/00_c/01_syntax.tex
Normal 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}
|
||||
Reference in New Issue
Block a user