This commit is contained in:
Nikolaj
2021-12-16 14:04:17 +01:00
parent 066ca1ca8a
commit 281b65339c
19 changed files with 1359 additions and 0 deletions

7
A5/support.h Normal file
View File

@ -0,0 +1,7 @@
/*
Support functions. Just one for now.
*/
// print an error and exit
void error(const char* message);