[SPCA] Update code imports

This commit is contained in:
2026-01-22 07:35:37 +01:00
parent f92b002524
commit 5dffd7391c
18 changed files with 28 additions and 30 deletions

View File

@@ -11,7 +11,7 @@ When a procedure returns, the stack frame is deallocated and any necessary clean
Of note is that if you simply declare a pointer using \texttt{type * p;} you will get different memory addresses every time.
The (Linux)-Kernel randomizes the address space to prevent some common exploits.
\inputcodewithfilename{c}{code-examples/00_c/00_basics/}{05_pointers.c}
\inputcodewithfilename{c}{}{code-examples/00_c/00_basics/05_pointers.c}
\newpage
\begin{scriptsize}