From 36117f59ec77784c9ef77801d7c1cbf03a4c4a8b Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Thu, 7 May 2020 15:35:06 -0700 Subject: wrap: elementary math functions for libmath --- include/libn.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/libn.h') diff --git a/include/libn.h b/include/libn.h index 8e30eae..4efe3c1 100644 --- a/include/libn.h +++ b/include/libn.h @@ -285,6 +285,10 @@ int gz·printf(gz·Stream *s, byte *fmt, ...); error gz·flush(gz·Stream *s); vlong gz·seek(gz·Stream *s, long off, enum SeekPos whence); +// ----------------------------------------------------------------------------- +// libjson +// NOTE: Experimental! + // ----------------------------------------------------------------------------- // error handling functions -- cgit v1.2.1