This is a libutils package.
It contains a set of routines for some commonly required tasks.
The package contains of three parts:
1. Misc. utility functions (util.c)
	- error handling
	- fine memort management
	- tokenizing
2. Dynamical strings
3. Generic lists

As of now, the only known software using libutils is Tensile.

See INSTALL for installation instructions;
COPYING for copying policy