slackbuilds_ponce/libraries/cbase
2010-05-13 00:28:57 +02:00
..
cbase.info libraries/cbase: Updated for version 1.3.5 2010-05-13 00:28:57 +02:00
cbase.SlackBuild libraries/cbase: Updated for version 1.3.5 2010-05-13 00:28:57 +02:00
README libraries/cbase: Added to 12.2 repository 2010-05-12 23:29:58 +02:00
slack-desc libraries/cbase: Updated for version 1.3.5 2010-05-13 00:28:57 +02: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.