This commit is contained in:
Bora Zuenbuelkoek 2025-04-11 07:49:59 +02:00
parent 18d90499ac
commit 6e6f5f7b08
2 changed files with 1 additions and 1 deletions

View File

@ -50,5 +50,5 @@ void umrechnen2(int number, int bits) {
printf("0");
}
umrechnen2(number, bits - 1); // Rekursiver Aufruf für das nächste Bit
return umrechnen2(number, bits - 1); // Rekursiver Aufruf für das nächste Bit
}

Binary file not shown.