Download List

Descripción del Proyecto

AVLMAP is a key:data pair data mapping (associative array) library for C programming based on AVL balanced binary trees. Added features include ordered data retrieval forward or reverse, support for optional duplicate keys (e.g. an extra linked list not needed), and the ability to find the nearest member if an exact match isn't available. Both key and data types may be selected from a choice of C data types including string and array variations. One mapping always has one key type, but data types may be mixed within a mapping.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-09-08 21:16 Back to release list
0.12.2

Esto cambia su liberación al mismo estilo de archivo de configuración utilizados en LiBH, agrega encabezado incluye la falta de string.h [CS] y alloca.h y elimina algunos inlines que no estuvieron a cargo de gcc 3.3 y algunas fuentes de mapas que no tenían código.
Tags: Minor bugfixes
This release changes to the same style of configuration file used in
LIBH, adds missing header includes for string.h [cs] and alloca.h, and
removes some inlines that were not handled by gcc 3.3 and some mapping
sources that had no code.

Project Resources