skalibs
Software
www.skarnet.org
The datastruct library interface
libdatastruct implements generic data structures like chained
lists and AVL trees, in a memory-efficient way.
Compiling
- Add /package/prog/skalibs/include to your header directory list
- Use #include "datastruct.h"
Linking
- Add /package/prog/skalibs/library (for static linking) or
/package/prog/skalibs/library.so (for dynamic linking)
to your library directory list
- Define a global variable PROG of type char const *
that contains the name of your executable
- Link with -ldatastruct -lstddjb
Programming
FIXME: to be completed.