We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f2a3d commit 01eba8aCopy full SHA for 01eba8a
libs/utilities.c
@@ -9,14 +9,4 @@ int getStrLength(char* str) {
9
};
10
11
return length;
12
-}
13
-
14
-void sayhi() { printf("hello guys"); }
15
16
17
18
19
20
-void sayGuido()
21
-{ printf("hello maquinas"); }
22
+}
libs/utilities.h
@@ -17,7 +17,4 @@
*/
int getStrLength(char* str);
-void sayhi();
-void sayGuido();
23
#endif // UTILITIES_H_INCLUDED
0 commit comments