Standard C++ Library Reference
<cerrno>

Effectively includes the Standard C library header <errno.h>.

#include <errno.h> 
namespace std { 
   using ::errno; 
}
See Also

Reference

Standard C++ Library Overview
Thread Safety in the Standard C++ Library

Other Resources

Standard C++ Library Header Files

タグ :


Page view tracker