halo
This commit is contained in:
parent
2b748acdf5
commit
262bb31354
@ -33,4 +33,4 @@ void dual_addiere_eins(const char *input, char *output, int maxlen) {
|
|||||||
int start = 0;
|
int start = 0;
|
||||||
while (temp[start] == '0' && temp[start+1] != '\0') ++start;
|
while (temp[start] == '0' && temp[start+1] != '\0') ++start;
|
||||||
strcpy(output, temp + start); // Ergebnis in output kopieren
|
strcpy(output, temp + start); // Ergebnis in output kopieren
|
||||||
}}
|
}
|
Loading…
x
Reference in New Issue
Block a user