Skip to content

Commit 8fbaa5e

Browse files
committed
Update functions.c
1 parent 8fd4f96 commit 8fbaa5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

c/basics/functions.c

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ int function(int arg) {
99
}
1010

1111
// EXAMPLE: power function
12-
1312
// declare function
1413
int power(int base, int x);
1514

0 commit comments

Comments
 (0)