aboutsummaryrefslogtreecommitdiff
path: root/include/libn.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-05-07 15:35:06 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-05-07 15:35:06 -0700
commit36117f59ec77784c9ef77801d7c1cbf03a4c4a8b (patch)
tree18a7c3f373c5d9ac11cce320045713550ce674fa /include/libn.h
parent46da413cf7c9c995842a83cd54b02a17cd9c7289 (diff)
wrap: elementary math functions for libmath
Diffstat (limited to 'include/libn.h')
-rw-r--r--include/libn.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libn.h b/include/libn.h
index 8e30eae..4efe3c1 100644
--- a/include/libn.h
+++ b/include/libn.h
@@ -286,6 +286,10 @@ error gz·flush(gz·Stream *s);
vlong gz·seek(gz·Stream *s, long off, enum SeekPos whence);
// -----------------------------------------------------------------------------
+// libjson
+// NOTE: Experimental!
+
+// -----------------------------------------------------------------------------
// error handling functions
void errorf(const byte* fmt, ...);