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