Skip to content

maximeNoiret/libPurpDynArray

Repository files navigation

Dynamic Array Library in C

Note

This is purely for educational purposes. You shouldn't use this.
Also this is the first time I use C, so please bear with me.

I'm open to pull requests with explanations to learn more though!

Building

Compiling

Run make. That's all. It'll compile a static .a library.

Installing

To install the library (into /usr/local/lib and /usr/local/include):

$ make
$ sudo make install

And to uninstall:

$ sudo make uninstall

About

C Library that adds dynamic arrays of various types with helper functions. Educational purposes.

Resources

Stars

Watchers

Forks

Contributors