How to Install uthash-dev in Ubuntu 18.04



Install uthash-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install uthash-dev

Description:

hash table and linked list for C structures

uthash-dev provides a hash table implementation using C preprocessor macros. This package also includes: * utlist.h provides linked list macros for C structures * utarray.h implements dynamic arrays using macros * utstring.h implements a basic dynamic string

Homepage: https://troydhanson.github.io/uthash/

Version: 2.0.2-1

Section: universe/devel