halo
This commit is contained in:
parent
18d90499ac
commit
6e6f5f7b08
@ -50,5 +50,5 @@ void umrechnen2(int number, int bits) {
|
|||||||
printf("0");
|
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
|
||||||
}
|
}
|
BIN
dualwand.exe
BIN
dualwand.exe
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user