summaryrefslogtreecommitdiff
path: root/src/errno/ERANGE.h
blob: c6fb0bdffc2062db762df4b33991a6dfcab31bc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
#define ERANGE                                                               (2)

/** out of range **/

/***
is used to indicated that the result of an operation is too large or too small.
***/

/*
STDC(1)
*/