libcwdversion 2.0.0
The C++ Debugging Support Library
Loading...
Searching...
No Matches
strerrno.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2000-2005, 2018, 2026 Carlo Wood
2// SPDX-License-Identifier: MIT
3
4#pragma once
5
9
10#ifndef LIBCWD_STRERRNO_H
11#define LIBCWD_STRERRNO_H
12
13namespace libcwd {
14
15extern char const* strerrno(unsigned int err);
16
17} // namespace libcwd
18
19#endif // LIBCWD_STRERRNO_H
namespace for libcwd.
char const * strerrno(unsigned int err)
Returns a pointer to a string literal that contains the usual macro name of err.
Definition strerrno.cxx:147