ciabatta/inc/errno.h

9 lines
99 B
C

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