organize out C helpers

This commit is contained in:
Allen Webster
2021-04-16 18:17:46 -07:00
parent 714cb85824
commit 3c6cc0414d
9 changed files with 776 additions and 752 deletions
+3
View File
@@ -2,7 +2,10 @@
// and generates valid C code from it.
#include "md.h"
#include "md_c_helpers.h"
#include "md.c"
#include "md_c_helpers.c"
int main(int argument_count, char **arguments)
{