diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2021-05-26 11:52:58 -0400 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2021-05-26 11:52:58 -0400 |
commit | f67a1ccbf31a2d6e481a348f936000d24dea7789 (patch) | |
tree | 300b86d7f5fc568486042cf0816d00489b435a92 /test.c | |
parent | 48948f7a6bb9d77f1361127eca405b8efd362125 (diff) |
Remove extern for add function from `test.c`.
This will be moved into `test2.h`.
Diffstat (limited to 'test.c')
-rw-r--r-- | test.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |