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