slackbuilds/libraries/cbase
Ozan Türkyılmaz dac8448ba5 libraries/cbase: Updated for version 1.3.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-05-31 10:36:12 +07:00
..
README libraries/cbase: Added to 12.2 repository 2010-05-12 23:29:58 +02:00
cbase.SlackBuild libraries/cbase: Updated for version 1.3.7. 2015-05-31 10:36:12 +07:00
cbase.info libraries/cbase: Updated for version 1.3.7. 2015-05-31 10:36:12 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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.