UTHASH-DEV(3) | uthash-dev User Manual | UTHASH-DEV(3) |
uthash-dev - Hash map and linked list implementation
#include <uthash.h>
#include <utlist.h>
#include <utarray.h>
#include <utstring.h>
#include <utvector.h>
The uthash-dev Debian package build from the uthash source package contains the uthash, utlist, utarray, utstring and utvector headers. They can be included in any C source code and provide 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 format. Additionally, some examples are also included that have been provided as test cases in the upstream release.
/usr/include/uthash.h
/usr/include/utlist.h
/usr/include/utarray.h
/usr/include/utstring.h
/usr/include/utvector.h
Bastian Blywis <blywis@googlemail.com>
Copyright © 2009 Bastian Blywis
Copyright © 2015 Ilias Tsitsimpis
This manual page was written for the Debian system (and may be used by others).
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or (at your option) any later version published by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
06/23/2015 | uthash-dev |