
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
We recommend using Visual Studio 2017
<cerrno>
Visual Studio 2015
The latest version of this topic can be found at <cerrno>.
Includes the Standard C library header <errno.h> and adds the associated names to the std
namespace.
#include <cerrno>
Including this header ensures that the names declared using external linkage in the Standard C library header are declared in the std
namespace.
Header Files Reference
STL Overview
Thread Safety in the C++ Standard Library
Show: