matrixTests.c aktualisiert

This commit is contained in:
Simon Schuerer 2025-11-10 09:27:39 +00:00
parent 40984fe981
commit ed35fdd9a4

View File

@ -2,7 +2,7 @@
#include <string.h> #include <string.h>
#include "matrix.h" #include "matrix.h"
// TODO Matrix-Funktionen implementieren // TODO Matrix-Funktionen implementieren ( Hauptaufgabe )
MatrixTyp erstelleMatrix(unsigned int reihen, unsigned int spalten) MatrixTyp erstelleMatrix(unsigned int reihen, unsigned int spalten)
{ {