// Copyright (C) 2020, Jakob Wakeling // MIT Licence #ifndef OBFI_UTIL_LOG_H_YOZR3H3C #define OBFI_UTIL_LOG_H_YOZR3H3C [[noreturn]] extern void log_fatal(int status, const char *restrict format, ...); #endif // OBFI_UTIL_LOG_H_YOZR3H3C