diff options
Diffstat (limited to 'src/errno/ERANGE.c')
-rw-r--r-- | src/errno/ERANGE.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/errno/ERANGE.c b/src/errno/ERANGE.c new file mode 100644 index 00000000..70b47572 --- /dev/null +++ b/src/errno/ERANGE.c @@ -0,0 +1,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) +*/ |