Data structures in C11 programming language.

NerdRat 2a2e3dc726 Removed code not considered anymore. 4 лет назад
build 8b5267a61a Proper name for build/README.txt 6 лет назад
src 2a2e3dc726 Removed code not considered anymore. 4 лет назад
.gitignore 9a4212e8cf C Data Structures Initial Commit. 6 лет назад
AUTHORS 9a4212e8cf C Data Structures Initial Commit. 6 лет назад
COPYING 9a4212e8cf C Data Structures Initial Commit. 6 лет назад
ChangeLog 9a4212e8cf C Data Structures Initial Commit. 6 лет назад
INSTALL 9a4212e8cf C Data Structures Initial Commit. 6 лет назад
LICENSE 9a4212e8cf C Data Structures Initial Commit. 6 лет назад
Makefile.am 9a4212e8cf C Data Structures Initial Commit. 6 лет назад
NEWS 9a4212e8cf C Data Structures Initial Commit. 6 лет назад
README.md 9a4212e8cf C Data Structures Initial Commit. 6 лет назад
configure.ac 23064b2935 Change email in configure.ac 6 лет назад

README.md

cdst

Data structures in C11 programming language.

Files:

  • src/array/static_array.h
  • src/array/static_array.c
  • src/array/dynamic_array.h
  • src/array/dynamic_array.c