ciabatta/inc/errno.h

9 lines
120 B
C
Raw Normal View History

2022-06-02 06:28:17 +00:00
#include "_platform.h"
#define EDOM 1
#define EILSEQ 2
#define ERANGE 3
2022-06-02 23:41:48 +00:00
// TODO:
//_Thread_local int errno;