| Overview |
| CFL 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. |
| Documentation |
|
Documentation is included in the distribution in the form
of a texinfo file. Here is a link to the
documentation in PDF and PS form:
You can also view the documentation in HTML. |
| Download |
|
Download CFL now! (Approximately
450K) Source code and full documentation is included.
OS X users will also need to install the dlcompat library. |