Project

General

Profile

Statistics
| Branch: | Revision:

root / prex-0.9.0 / usr / include / errno.h @ 03e9c04a

History | View | Annotate | Download (132 Bytes)

1 03e9c04a Brad Neuman
#ifndef _ERRNO_H_
2
#define _ERRNO_H_
3
4
#include <sys/errno.h>
5
6
extern int errno;                        /* global error number */
7
8
#endif /* !_ERRNO_H_ */