summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-26Removed unnecessary include from `test2.c`mrb0nk500
2021-05-26Added `test2.c`.mrb0nk500
2021-05-26Added `test2.h`.mrb0nk500
2021-05-26Remove extern for add function from `test.c`.mrb0nk500
This will be moved into `test2.h`.
2021-05-26Add include for test2.h in test.cmrb0nk500
2021-05-26Added test.cmrb0nk500
2021-05-26Changed the return type of the start function frommrb0nk500
void to int. This is so that we can check if an error occured in the start function.
2021-05-26Added libtcc-test.cmrb0nk500
2021-05-26Initial commit.mrb0nk500
Added the Makefile.