slackbuilds_ponce/libraries/cbase
Erik Hanson 4248415dde Add REQUIRED field to .info files.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2012-08-19 21:57:51 -05:00
..
cbase.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
cbase.SlackBuild
README
slack-desc

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.