updated build system from manual makefile to cmake. added versioning starting at 1.0 with this commit

This commit is contained in:
Rexy712
2018-05-18 12:26:29 -07:00
parent 9d55a23e82
commit 2fe3c80a09
9 changed files with 97 additions and 91 deletions

View File

@@ -32,6 +32,7 @@
extern int return_value;
void mem_error(void);
_Noreturn void version(void);
_Noreturn void usage(int exit_val);