A generic dynamic array in C that stores no capacity and needs no struct

Software Development, Developer Tools & Environments(gist.github.com)view on HackerNews
Cdynamic arraygenericno capacityno structs

Author: alurm

Date: 6/13/2026

Article Summary:
A C implementation of a generic dynamic array that stores no capacity and does not use structs.