We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd4f96 commit 8fbaa5eCopy full SHA for 8fbaa5e
c/basics/functions.c
@@ -9,7 +9,6 @@ int function(int arg) {
9
}
10
11
// EXAMPLE: power function
12
-
13
// declare function
14
int power(int base, int x);
15
0 commit comments