#ifndef EQWX_UTILITY__H #define EQWX_UTILITY__H int MakeAnyLenString(char** ret, const char* format, ...); #endif