10#ifndef KLEE_ERRORHANDLING_H 
   11#define KLEE_ERRORHANDLING_H 
void *__dso_handle __attribute__((__weak__))
 
void klee_message(const char *msg,...) __attribute__((format(printf
 
void void klee_message_to_file(const char *msg,...) __attribute__((format(printf
 
void klee_error(const char *msg,...) __attribute__((format(printf
 
void void void void klee_warning_once(const void *id, const char *msg,...) __attribute__((format(printf
 
void void void klee_warning(const char *msg,...) __attribute__((format(printf