项目作者: shlemisto
项目描述 :
A template-like implementation of array, list and map written in C
高级语言: C
项目地址: git://github.com/shlemisto/C_data_structures.git
A template-like implementation of array, list and map written in C
See code example in example.c
To compile:
gcc -Wall -pedantic -std=c11 -o example example.c # gcc >= 4.9