Files
ac-decomp/include/libc/errno.h
T
2025-06-23 20:33:48 +03:00

9 lines
82 B
C

#ifndef _ERRNO_H_
#define _ERRNO_H_
#define ERANGE 32
extern int errno;
#endif