项目作者: shlemisto

项目描述 :
A template-like implementation of array, list and map written in C
高级语言: C
项目地址: git://github.com/shlemisto/C_data_structures.git
创建时间: 2018-05-31T18:03:29Z
项目社区:https://github.com/shlemisto/C_data_structures

开源协议:MIT License

下载


A template-like implementation of array, list and map written in C

See code example in example.c

To compile:

  1. gcc -Wall -pedantic -std=c11 -o example example.c # gcc >= 4.9