C – Simple List

This is a simple string list library I made in C. It shows how to use a struct, a dynamically sized pointer array and some file loading.

list.h

list.c