From ef7aef6ba0d90174e9079944eaf3010de3555cc0 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 9 Dec 2020 17:26:11 +0000 Subject: Reflect changes in doc --- doc/libstddjb/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc/libstddjb/index.html') diff --git a/doc/libstddjb/index.html b/doc/libstddjb/index.html index 7851ba9..2947530 100644 --- a/doc/libstddjb/index.html +++ b/doc/libstddjb/index.html @@ -62,6 +62,7 @@ wrappers around I/O functions, extra I/O functions
  • skalibs/djbunix.h: management of basic Unix concepts
  • skalibs/envalloc.h: management of dynamically allocated argv and envp
  • skalibs/env.h: management of argv and envp
  • +
  • skalibs/exec.h: execution functions, with or without a newly built environment
  • skalibs/fmtscan.h: formatters (printers) and scanners (parsers) for basic C types
  • skalibs/genalloc.h: generic advanced management of dynamically allocated structures
  • skalibs/genwrite.h: interface to generic writes either to strallocs or to buffers
  • @@ -82,12 +83,11 @@ how to safely handle signals in event loops) iovec structure
  • skalibs/skamisc.h: general string quoting and parsing; miscellaneous, unclassifiable functions
  • -
  • skalibs/socket.h: INET domain sockets
  • +
  • skalibs/socket.h: UNIX, INET and INET6 domain sockets
  • skalibs/stralloc.h: advanced management of dynamically allocated strings
  • skalibs/strerr.h: basic error messages
  • skalibs/strerr2.h: advanced error messages
  • skalibs/tai.h: time, timers and system clock
  • -
  • skalibs/webipc.h: UNIX domain sockets
  • @@ -117,7 +117,6 @@ are not associated with any code and are mostly self-explanatory:

  • skalibs/diuint.h: for associative arrays of unsigned integers
  • skalibs/diuint32.h: for associative arrays of 32-bit unsigned integers
  • skalibs/disize.h: for associative arrays of size_t
  • -
  • skalibs/environ.h: declaration of the environ variable
  • skalibs/nsig.h: the number of system signals, for systems that do not define it
  • skalibs/nonposix.h: feature test macros for non-POSIX-compliant systems
  • -- cgit v1.2.3