17 lines
260 B
C
17 lines
260 B
C
#ifndef _YGGDRASIL_ERRNO_H
|
|
#define _YGGDRASIL_ERRNO_H 1
|
|
|
|
#if defined(__cplusplus)
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern _Thread_local int errno;
|
|
extern char *program_invocation_short_name;
|
|
extern char *program_invocation_name;
|
|
|
|
#if defined(__cplusplus)
|
|
}
|
|
#endif
|
|
|
|
#endif
|