summaryrefslogtreecommitdiff
path: root/src/errno/ERANGE.c
blob: c3c757e483b0aff19457176cd2a3c3f39bd312bd (plain)
1
2
3
4
5
6
7
8
9
#include <errno.h>
#define ERANGE                                                               (2)
/** out of range **/
/***
is used to indicated that the result of an operation is too large or too small.
***/
/*
STDC(1)
*/