ref: c91781cb539c8c8d9bf20a37671f3451e24eb8ea dir: /libc/include/z80/errno.h/
/* See LICENSE file for copyright and license details. */ #ifndef _ERRNO_H #define _ERRNO_H extern int errno; #endif