[SPCA] Start pointers

This commit is contained in:
2026-01-06 16:39:27 +01:00
parent 27b851e7b4
commit 3574cbe4df
5 changed files with 53 additions and 0 deletions

View File

@@ -82,4 +82,12 @@
\section{Hardware}
\input{parts/02_hw/00_intro.tex}
Remember: Rust and the like have an \texttt{unsafe} block... \lC's equivalent to this is
\begin{code}{c}
int main( int argc, char *argv[] ) {
// Unsafe code goes here
}
\end{code}
i.e. \bi{YOU are the one that makes \lC\ code safe!}
\end{document}