diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2021-05-26 16:44:35 -0400 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2021-05-26 16:44:35 -0400 |
commit | 376dcf7dbb2fdc8c8844880cb1f118b61892937a (patch) | |
tree | 8a65516e9457b67ca05b282273dc2ff0fcc710e4 | |
parent | 5c5d036086eaecfed1d4b2f0eecfbe2b88466efd (diff) |
Removed `test.h`.
I figured out what was wrong with libtcc, and thus
didn't need it anymore, due to being redundent.
-rw-r--r-- | test.c | 1 | ||||
-rw-r--r-- | test.h | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -1,5 +1,4 @@ #include <tcclib.h> -#include "test.h" #include "test2.h" int start() { @@ -1 +0,0 @@ -extern int start(); |