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