slackbuilds_ponce/libraries/cbase
Willy Sudiarto Raharjo 8be7ca2949 various: Update Name and Email for Ozan Türkyılmaz
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2013-11-25 00:58:42 +07:00
..
cbase.info various: Update Name and Email for Ozan Türkyılmaz 2013-11-25 00:58:42 +07:00
cbase.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
README
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

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.