summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2021-05-26 11:52:58 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2021-05-26 11:52:58 -0400
commitf67a1ccbf31a2d6e481a348f936000d24dea7789 (patch)
tree300b86d7f5fc568486042cf0816d00489b435a92
parent48948f7a6bb9d77f1361127eca405b8efd362125 (diff)
Remove extern for add function from `test.c`.
This will be moved into `test2.h`.
-rw-r--r--test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test.c b/test.c
index f674f99..0ad36db 100644
--- a/test.c
+++ b/test.c
@@ -1,8 +1,6 @@
#include <tcclib.h>
#include "test2.h"
-extern int add(int a, int b);
-
int start() {
int a = 3;
int b = 4;