We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2b5df commit b409c31Copy full SHA for b409c31
libs/utilities.c
@@ -3,7 +3,6 @@ int getStrLength(char* str) {
3
int length = 0;
4
5
while (*str != '\0')
6
-
7
{
8
length++;
9
str++;
0 commit comments