Move the check module to common/

git-svn-id: svn://svn.cc65.org/cc65/trunk@247 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-08-01 15:01:21 +00:00
parent 89dccd5a23
commit 9e47a53bb7
5 changed files with 205 additions and 1 deletions

View File

@@ -48,7 +48,7 @@
void AbEnd (const char* Format, ...) attribute ((format (printf, 1, 2)));
void AbEnd (const char* Format, ...) attribute ((format (printf, 1, 2), noreturn));
/* Print a message preceeded by the program name and terminate the program
* with an error exit code.
*/