summaryrefslogtreecommitdiff
path: root/src/errno/ERANGE.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/errno/ERANGE.h')
-rw-r--r--src/errno/ERANGE.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/errno/ERANGE.h b/src/errno/ERANGE.h
new file mode 100644
index 00000000..c6fb0bdf
--- /dev/null
+++ b/src/errno/ERANGE.h
@@ -0,0 +1,11 @@
+#define ERANGE (2)
+
+/** out of range **/
+
+/***
+is used to indicated that the result of an operation is too large or too small.
+***/
+
+/*
+STDC(1)
+*/