LibU is a multiplatform C library that comes under
a BSD-style license. It includes many
interdependent modules for accomplishing several
tasks: memory allocation, networking and URI
parsing, string manipulation, debugging, and
logging in a very compact way, plus many other
miscellaneous tasks. It has a small footprint
(about 70KB for the default configuration), it is
modular, and it has a multiplatform nature, making
it an ideal candidate for embedded systems. KLone
is an example of such usage.
License: BSD License (revised)
Changes:
This release has a new module for dynamic lists handling, a new module for simple password authentication, and a new module for file handling. u_config_set_value is now in the public interface. u_config_get_child_n can return anonymous keys. A compilation error with GCC 2.95 has been fixed.