mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-04-02 05:47:04 +00:00
This makes vector_push return a pointer to the pushed element. It also allows the user to push a NULL pointer, which means allocating the memory for the element but do not copy anything into it.