libbuf - minimalist dynamic string library for C

The libbuf is a minimal C library to handle dynamic strings. It is designed in mind to be portable, simple, easy to embed.

It consists of:

News

Download

Official releases

Development version

You can install a development version using Mercurial

hg clone http://hg.malikania.fr/libbuf

Installation

Build using standard POSIX make tools, see INSTALL.md for more details.

make
make install

Documentation

Manual pages:

Also have a look into the official README.md file in the repository which may contain additional information and a FAQ.