First commit, porting from PaCO

This commit is contained in:
2021-04-27 19:02:20 +02:00
commit f1f590735b
11 changed files with 1283 additions and 0 deletions

5
error.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
void error_raise(const char* msg);
bool error_raised();
void error_print(unsigned char* mem);