From 53dce48683300c51fc69deb9c9fd868e47def147 Mon Sep 17 00:00:00 2001 From: Julia Magdalena Brandt <julia_magdalena.brandt@smail.th-koeln.de> Date: Fri, 6 Oct 2023 16:01:14 +0200 Subject: [PATCH] Upload New File --- custom_functions.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 custom_functions.h diff --git a/custom_functions.h b/custom_functions.h new file mode 100644 index 0000000..16253e3 --- /dev/null +++ b/custom_functions.h @@ -0,0 +1,13 @@ +#ifndef CUSTOMFUNCTIONS_H +#define CUSTOMFUNCTIONS_H + +void platzhalter(){ + // Dies ist nur ein Platzhalter. +} + + + + + + +#endif \ No newline at end of file -- GitLab