/// MT-safe version of POSIX functions ::strerror and ::strsignal
Definition in file strerror.hpp.
Go to the source code of this file.
#include <string>
Namespaces | |
namespace | utils |
Utilities. | |
Functions | |
std::string | utils::strerror (int return_code) |
MT-safe version of POSIX function strerror. | |
std::string | utils::strsignal (int signal_num) |
MT-safe version of POSIX function strsignal. | |