This commit is contained in:
Bora Zuenbuelkoek 2025-05-05 16:12:07 +02:00
parent 2b748acdf5
commit 262bb31354

View File

@ -33,4 +33,4 @@ void dual_addiere_eins(const char *input, char *output, int maxlen) {
int start = 0;
while (temp[start] == '0' && temp[start+1] != '\0') ++start;
strcpy(output, temp + start); // Ergebnis in output kopieren
}}
}