home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Win32 Under the API
/
ProgrammingWin32UnderTheApiPatVillani.iso
/
gcc-2.95.2-msvcrt.exe
/
include
/
g++-3
/
cerrno
< prev
next >
Wrap
Text File
|
1999-11-07
|
155b
|
8 lines
// The -*- C++ -*- error number header.
// This file is part of the GNU ANSI C++ Library.
#ifndef __CERRNO__
#define __CERRNO__
#include <errno.h>
#endif