1 /***
 2 * errno.h - system wide error numbers (set by system calls)
 3 *
 4 *       Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
 5 *
 6 * Purpose:
 7 *       This file defines the system-wide error numbers (set by
 8 *       system calls).  Conforms to the XENIX standard.  Extended
 9 *       for compatibility with Uniforum standard.
10 *       [System V]
11 *
12 *       [Public]
13 *
14 ****/
15 
16 #if     _MSC_VER > 1000
17 #pragma once
18 #endif
19 
20 #ifndef _INC_ERRNO
21 #define _INC_ERRNO
22 
23 #endif  /* _INC_ERRNO */


syntax highlighted by Code2HTML, v. 0.9.1