ClickHouse/base/common/errnoToString.h

7 lines
111 B
C++
Raw Normal View History

#pragma once
#include <cerrno>
#include <string>
std::string errnoToString(int code, int the_errno = errno);