We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a5c6a commit e3ecad9Copy full SHA for e3ecad9
libs/utilities.c
@@ -8,5 +8,7 @@ int getStrLength(char* str) {
8
str++;
9
};
10
11
+
12
13
return length;
14
}
0 commit comments