From 5035dcbd618876f9f26429743b76bd440fd24d91 Mon Sep 17 00:00:00 2001 From: Emma Nora Theuer Date: Fri, 27 Dec 2024 15:25:44 +0100 Subject: [PATCH] Started integrating 2nd preparation excercise --- Workbook/Workbook.org | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Workbook/Workbook.org b/Workbook/Workbook.org index 4399516..ae10f7f 100644 --- a/Workbook/Workbook.org +++ b/Workbook/Workbook.org @@ -309,3 +309,17 @@ int main() { return 0; } #+END_SRC + +*** 2. Vorbereitungsaufgabe +#+BEGIN_SRC C +#include +#include +#include +#include +#include + +#define ERRORRETURN 10787253 +#define ARRSIZE 4096 +#define EXITVAL 15326 + +#+END_SRC