This commit is contained in:
2025-07-09 17:24:49 +02:00
parent fbae5a5a53
commit 6159339545
3 changed files with 7 additions and 8 deletions

View File

@@ -225,6 +225,7 @@ int nn_strcmp(const char *a, const char *b) {
if(ca == 0 && cb == 0) { // reached terminator
return 0;
}
i++;
}
}