ciabatta/inc/errno.h

9 lines
120 B
C

#include "_platform.h"
#define EDOM 1
#define EILSEQ 2
#define ERANGE 3
// TODO:
//_Thread_local int errno;