ciabatta/inc/errno.h

10 lines
115 B
C

#pragma once
#define EDOM 1
#define EILSEQ 2
#define ERANGE 3
// TODO: make it thread-local
extern int errno;