项目作者: jacobsebek

项目描述 :
A simple low-level data structure library in C
高级语言: C
项目地址: git://github.com/jacobsebek/dash.git
创建时间: 2019-12-21T23:02:05Z
项目社区:https://github.com/jacobsebek/dash

开源协议:The Unlicense

下载


> Dash >

Dash is a simple low-level data structure library written in C99.
Its features include:

  • Vectors
  • Convenient dynamic string tools
  • Queues
  • Stacks
  • Linked lists
  • Simplified access to files

How to use

The installation is very straight forward as Dash is just plain C. Make sure you have gcc and binutils’ ar in PATH (default GCC/MinGW installation) and simply run the compile script. This creates the file libdash.a in the directory.
You can compile your projects with it by simply adding -Ipath_to_include_folder -Lpath_to_lib_folder -ldash to GCC