summaryrefslogtreecommitdiffstats
path: root/libraries/cbase/README
blob: cd0931d4c9657acc1c7aa320c50b2fad78887fd1 (plain)
1
2
3
4
5
6
7
8
cbase is a C library of useful functions that simplify systems software
development on System V UNIX. The library includes routines for memory
management, string parsing, filesystem traversal, subprocess execution,
I/O, as well as implementations of common data structures such as linked
lists, hash tables, stacks, and queues. The library also includes a high-
level interface to Berkeley sockets, and an implementation of a scheduler
which has functionality very similar to that of the cron daemon.
Note: cbase was formerly known as CFL.