Files
Arquivotheca.SunOS-4.1.3/include/errno.h
seta75D 2e8a93c394 Init
2021-10-11 18:20:23 -03:00

14 lines
172 B
C

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