15 lines
164 B
C

#ifndef _YGGDRASIL_ERRNO_H
#define _YGGDRASIL_ERRNO_H 1
#if defined(__cplusplus)
extern "C" {
#endif
extern int errno;
#if defined(__cplusplus)
}
#endif
#endif