A lightweight C library which eases the writing of UNIX daemons
libdaemon is a lightweight C library which eases the writing of UNIX daemons. It consists of the following parts:
Routines like these are included in most of the daemon software available. It is not simple to get these done right and code duplication is not acceptable.
This package includes the header files and the static version of the library.