aboutsummaryrefslogtreecommitdiffstats
path: root/libj2.7
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libj2.720
1 files changed, 20 insertions, 0 deletions
diff --git a/libj2.7 b/libj2.7
new file mode 100644
index 0000000..2346eba
--- /dev/null
+++ b/libj2.7
@@ -0,0 +1,20 @@
+.TH LIBJ2 7 LIBJ2
+.SH NAME
+libj2 \- Double-max precision integers
+
+.SH SYNOPSIS
+.nf #include <libj2.h>
+.fi
+.PP
+Link with
+.IR -lj2 .
+
+.SH DESCRIPTION
+.B libj2
+provides integer data types with double the width of
+.BR uintmax_t ,
+along with functions for preforming standard
+integer operations, with optional overflow-detection.
+
+.SH SEE ALSO
+.BR libzahl (7)