You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am one of the 42 USA students. I came across your git in search for better ways to implement dynamic arrays in c. I implemented my own version at https://github.com/hkalia/42/tree/master/libarr. It has a few improvements over you current implementation (it handles custom structs). Please take a look at test.c for use cases. Feel free to go through the code and adapt it for your own git.
The text was updated successfully, but these errors were encountered:
Hi, I am one of the 42 USA students. I came across your git in search for better ways to implement dynamic arrays in c. I implemented my own version at https://github.com/hkalia/42/tree/master/libarr. It has a few improvements over you current implementation (it handles custom structs). Please take a look at test.c for use cases. Feel free to go through the code and adapt it for your own git.
The text was updated successfully, but these errors were encountered: