A small C/C++ library to lookup Windows error codes.
const char* lookup_errorA(unsigned long errcode);
const wchar_t* lookup_errorW(unsigned long errcode);
def win32_lookup_error(errcode:int) -> str;
Pull requests are welcome. Feel free to open an issue if you want to add other features.