dualwand fertig implementiert
This commit is contained in:
parent
a090a7a2ac
commit
c952bb14e0
@ -1,6 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
void decBinary(int zahl) {
|
||||
void decBinary(unsigned int zahl) {
|
||||
if(zahl == 0){
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user