7 lines
85 B
C
7 lines
85 B
C
#pragma once
|
|
|
|
#define EDOM 33
|
|
#define EILSEQ 84
|
|
#define ERANGE 34
|
|
|
|
extern int errno;
|