home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)
/
NeXT_Developer-3.3.iso
/
NextDeveloper
/
Headers
/
ansi
/
errno.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-12-12
|
278 b
|
14 lines
/* Copyright (c) 1992 NeXT Computer, Inc. */
#ifndef _ANSI_ERRNO_H
#define _ANSI_ERRNO_H
#include <standards.h>
#include <sys/errno.h>
#if !defined(ASSEMBLER) || defined(__STRICT_ANSI__)
extern int errno;
#endif /* ASSEMBLER || __STRICT_ANSI__ */
#endif /* _ANSI_ERRNO_H */