mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
9 lines
82 B
C
9 lines
82 B
C
#ifndef _ERRNO_H_
|
|
#define _ERRNO_H_
|
|
|
|
#define ERANGE 32
|
|
|
|
extern int errno;
|
|
|
|
#endif
|