Files
Arquivotheca.SunOS-4.1.4/include/errno.h
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

14 lines
172 B
C

/* @(#)errno.h 1.1 94/10/31 SMI; from S5R2 1.2 */
/*
* Error codes
*/
#ifndef _errno_h
#define _errno_h
#include <sys/errno.h>
extern int errno;
#endif /*!_errno_h*/