| 88 | const int ALICE_MSG_FAC = 3; |
| 89 | |
| 90 | void ALICE_exit(int code, AliceGlobals* tdgbl) |
| 91 | { |
| 92 | tdgbl->exit_code = code; |
| 93 | Firebird::LongJump::raise(); |
| 94 | } |
| 95 | |
| 96 | static void alice_output(bool error, const SCHAR*, ...) ATTRIBUTE_FORMAT(2,3); |
| 97 |
no test coverage detected