summaryrefslogtreecommitdiff
path: root/libtcc-test.c
AgeCommit message (Collapse)Author
2021-05-26Added the abillity to have more than one active state.mrb0nk500
I also figured out how to get libtcc working properly.
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