Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 241 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 241 Bytes

Dynamic array in C

Simple dynamic array implemented in C. Do whatever you want with it.

Quick start

$ make run

The macro functions in array.h are intended to be used. Simple usage of the macros can be seen in main.c