10static void (*kissat_abort_function) (void);
13 kissat_abort_function = f;
21 if (kissat_abort_function)
29static void typed_error_message_start (
const char *
type) {
33 fputs (
"kissat: ", stderr);
41 typed_error_message_start (
"fatal error");
44static void vprint_error (
const char *
type,
const char *fmt, va_list *ap) {
45 typed_error_message_start (
type);
46 vfprintf (stderr, fmt, *ap);
54 vprint_error (
"error", fmt, &ap);
61 vprint_error (
"fatal error", fmt, &ap);
#define ABC_NAMESPACE_IMPL_START
#define ABC_NAMESPACE_IMPL_END
void kissat_call_function_instead_of_abort(void(*f)(void))
void kissat_fatal_message_start(void)
void kissat_fatal(const char *fmt,...)
void kissat_error(const char *fmt,...)
type
CUBE COVER and CUBE typedefs ///.