Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 483 Bytes

File metadata and controls

10 lines (7 loc) · 483 Bytes

dynarray.c

author: Grant S. Ralls

Documentation

Motivation

Implementations of a dynamically sized array already exist. I wanted to build my own to morph my theoretical knowledge into working knowledge. I have a bigger project coming up soon that will require these arrays so I figured why not make it into a repo.

Build Steps

I'm still learning about C build pipelines. I'll write more here once I understand this better.