aboutsummaryrefslogtreecommitdiff
path: root/docs/ref/api/util
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-11-09 09:38:04 -0800
committerGarrett D'Amore <garrett@damore.org>2024-11-09 09:39:21 -0800
commit966e83065cf557bd6b27bbd7268d1a8207ed6200 (patch)
tree24c14adec82f4c9d5fbdf232fbc96fa62c4024f8 /docs/ref/api/util
parentb931c47d8a995e9dcc847071455fc49b68c8604d (diff)
downloadnng-966e83065cf557bd6b27bbd7268d1a8207ed6200.tar.gz
nng-966e83065cf557bd6b27bbd7268d1a8207ed6200.tar.bz2
nng-966e83065cf557bd6b27bbd7268d1a8207ed6200.zip
Remove left over single doc pages.
Diffstat (limited to 'docs/ref/api/util')
-rw-r--r--docs/ref/api/util/index.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/ref/api/util/index.md b/docs/ref/api/util/index.md
deleted file mode 100644
index a4dcbf12..00000000
--- a/docs/ref/api/util/index.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# Utility Functions
-
-This section documents various utility functions that may help
-with application portability. These are not fundamental to NNG
-or Scalability Protocols, but they are likely useful for a variety
-of other uses.
-
-- [nng_alloc](nng_alloc.md) --- allocate memory
-- [nng_clock](nng_clock.md) --- get time
-- [nng_duration](nng_duration.md) -- relative time in milliseconds
-- [nng_id_map](nng_id_map.md) --- identifier based mapping table
-- [nng_msleep](nng_msleep.md) --- sleep milliseconds
-- [nng_opts_parse](nng_opts_parse.md) --- parse command line options
-- [nng_random](nng_random.md) --- get random number
-- [nng_socket_pair](nng_socket_pair.md) --- create a connected pair of BSD sockets
-- [nng_strdup](nng_strdup.md) --- duplicate string
-- [nng_strerror](nng_strerror.md) --- return an error description
-- [nng_url](nng_url.md) --- Universal Resource Locator object
-- [nng_version](nng_version.md) --- report library version