From 3735e233034b38da89b07db07a44188ddb76304a Mon Sep 17 00:00:00 2001 From: fdai7731 Date: Wed, 7 Feb 2024 21:59:48 +0100 Subject: [PATCH] Declaration for initialisiereZufallsgenerator --- src/main/c/Mathe.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/c/Mathe.c b/src/main/c/Mathe.c index 1537b88..37502a0 100644 --- a/src/main/c/Mathe.c +++ b/src/main/c/Mathe.c @@ -4,3 +4,5 @@ #include #include "Mathe.h" +//2 +void initialisiereZufallsgenerator();