We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b409c31 commit b1d1794Copy full SHA for b1d1794
libs/utilities.c
@@ -2,8 +2,7 @@
2
int getStrLength(char* str) {
3
int length = 0;
4
5
- while (*str != '\0')
6
- {
+ while (*str != '\0') {
7
length++;
8
str++;
9
};
0 commit comments