// file : xsde/cxx/errno.hxx // author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef XSDE_CXX_ERRNO_HXX #define XSDE_CXX_ERRNO_HXX namespace xsde { namespace cxx { int get_errno (); void set_errno (int); } } #include #endif // XSDE_CXX_ERRNO_HXX