Files
Arquivotheca.Solaris-2.5/lib/libbc/inc/include/errno.h
seta75D 7c4988eac0 Init
2021-10-11 19:38:01 -03:00

14 lines
172 B
C
Executable File

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