1 2 3 4 5
#include "error.h" xlstring g_error; const char* get_error(void) { return xlstring_cstr(&g_error); }