ciabatta/inc/errno.h

10 lines
116 B
C

#pragma once
#define EDOM 1
#define EILSEQ 2
#define ERANGE 3
#define EIO 4
extern _Thread_local int errno;