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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user