diff options
Diffstat (limited to 'src/errno/ERANGE.c')
-rw-r--r-- | src/errno/ERANGE.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/errno/ERANGE.c b/src/errno/ERANGE.c index c3c757e4..c6fb0bdf 100644 --- a/src/errno/ERANGE.c +++ b/src/errno/ERANGE.c @@ -1,9 +1,11 @@ -#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) */ |