From 0b849b59927e1ac3b5d2243e8244c72baf729386 Mon Sep 17 00:00:00 2001 From: fdai7731 Date: Thu, 8 Feb 2024 01:56:35 +0100 Subject: [PATCH] function 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 2a36dd9..7b791ac 100644 --- a/src/main/c/Mathe.c +++ b/src/main/c/Mathe.c @@ -4,6 +4,8 @@ #include #include "Mathe.h" +//2 +void initialisiereZufallsgenerator();