A minimal array list implementation in C. Another (and possibly better) example is at src/test.c This is an array list written in C, as you can tell from the name. An array list is like an array where ...