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

/** domain error **/

/***
is used to indicate that an argument supplied to a function is outside the
defined input domain.
***/

/*
STDC(1)
*/