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