An open API service indexing awesome lists of open source software.

https://github.com/basemax/arraylistc

This is a simple implementation of an ArrayList in C using a struct, a pointer to the struct and a pointer to the array. The array is static and the size of the array is defined when the ArrayList is created.
https://github.com/basemax/arraylistc

array array-c arraylist arraylist-c c c-array

Last synced: 10 months ago
JSON representation

This is a simple implementation of an ArrayList in C using a struct, a pointer to the struct and a pointer to the array. The array is static and the size of the array is defined when the ArrayList is created.

Awesome Lists containing this project