shithub: scc

ref: 81272f61a868aa2d047c2620191b88d4fe9769bd
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