7 lines
83 B
C
Raw Permalink Normal View History

2024-01-08 18:35:01 +02:00
#ifndef _YGGDRASIL_ERRNO_H
#define _YGGDRASIL_ERRNO_H 1
extern int errno;
#endif