8 lines
107 B
C
8 lines
107 B
C
/*
|
|
Support functions. Just one for now.
|
|
*/
|
|
|
|
// print an error and exit
|
|
void error(const char* message);
|
|
|