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