/* Copyright 07/20/98 Sun Microsystems, Inc. All Rights Reserved */ #if !defined(__STD_CERRNO) && !defined(__STD_ERRNO_H) #define __STD_CERRNO #include /* Error Codes */ namespace std { // C++ Standard functions and types extern "C" { extern int errno; } } /* namespace std */ #endif /* __STD_errno */