CFL - A C Foundation Library

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:

cfl.pdf.gz       cfl.ps.gz

You can also view the documentation in HTML.

 
Download
Download CFL now! (Approximately 450K) Source code and full documentation is included.

libcfl-1.2.tar.gz

OS X users will also need to install the dlcompat library.

 


software@dystance.net