15 lines
178 B
C

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