lsahn-gh / libdzf

C11-based header-only container library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is libdzf?

libdzf is a header-only data structure C library based on C99 std, template-like in C++. The most terrible point in C programming is that programmers, they have to implement their own data structures, not even generic-able. They might feel such a pain and therefore get pissed off. The project comes from that point.

Supported

  • Vector (like in C++)
  • Stack
  • Queue

Build

$ ./autogen.sh
$ make

testcases

$ tests/main

Documentation

Prerequirements:

  • Doxygen
$ make -C doc

About

C11-based header-only container library

License:MIT License


Languages

Language:C 99.2%Language:Makefile 0.4%Language:M4 0.3%Language:Shell 0.1%