shithub: scc

ref: a107efa5686c6b4526e202609057600d2543550f
dir: /libc/include/errno.h/

View raw version
/* See LICENSE file for copyright and license details. */
#ifndef _ERRNO_H
#define _ERRNO_H

extern int errno;

#endif