#ifndef AVS_UTIL_ERROR_H #define AVS_UTIL_ERROR_H #include "imports/avs.h" const char *avs_util_error_str(avs_error error); #endif