diff options
author | Menno Duursma <druiloor@zonnet.nl> | 2010-05-12 23:29:58 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:29:58 +0200 |
commit | e91f1ffad9d81c24ffaac5e739f90c6e3f8973db (patch) | |
tree | f650a444b14407dd980a7833d3500d3bfc1d026b /libraries/cbase/README | |
parent | 8711c45675650211b9917cf51e9d3e2bdb449619 (diff) | |
download | slackbuilds-e91f1ffad9d81c24ffaac5e739f90c6e3f8973db.tar.gz |
libraries/cbase: Added to 12.2 repository
Diffstat (limited to 'libraries/cbase/README')
-rw-r--r-- | libraries/cbase/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/cbase/README b/libraries/cbase/README new file mode 100644 index 0000000000..cd0931d4c9 --- /dev/null +++ b/libraries/cbase/README @@ -0,0 +1,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. |