Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 376 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 376 Bytes

C Dynamic Array

An extremely simple (and not type-safe) dynamic array implementation in C.

This code is a fork from zaunlok's darray.h and darray.c with some minimal syntax and name changes.