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