#pragma once #include #if defined(__cplusplus) extern "C" { #endif void die(const char *msg); #if defined(__cplusplus) } #endif