7 lines
83 B
C
7 lines
83 B
C
|
#ifndef _YGGDRASIL_ERRNO_H
|
||
|
#define _YGGDRASIL_ERRNO_H 1
|
||
|
|
||
|
extern int errno;
|
||
|
|
||
|
#endif
|