| UTHASH-DEV(3) | uthash-dev User Manual | UTHASH-DEV(3) |
NAME¶
uthash-dev - Hash map and linked list implementationSYNOPSIS¶
#include <uthash.h>
#include <utlist.h>
#include <utarray.h>
#include <utstring.h>
DESCRIPTION¶
The uthash-dev Debian package build from the uthash source package contains the uthash, utlist, utharray, and utstring headers. They can be included in any C source code and provide a hash map, linked list, etc implementations as C preprocessor macros. The documentation is available in the documentation directory of the package (/usr/share/doc/uthash-dev/) in HTML and PDF format. Additionally, some examples are also included that have been provided as test cases in the upstream release.FILES¶
/usr/include/uthash.hThe hash map implementation as C preprocessor
macro.
/usr/include/utlist.h
The linked list implementation as C preprocessor
macro.
/usr/include/utarray.h
The dynamic array implementation as C preprocessor
macro.
/usr/include/utstring.h
The dynamic string implementation as C preprocessor
macro.
AUTHOR¶
Bastian Blywis <blywis@googlemail.com>Wrote this manpage for the Debian system.
COPYRIGHT¶
Copyright © 2009 Bastian Blywis| 05/30/2013 | uthash-dev |