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