eteran / c-vector

A dynamic array implementation in C similar to the one found in standard C++
MIT License
737 stars 109 forks source link

Remove stddef.h include #7

Closed E5ten closed 4 years ago

E5ten commented 4 years ago

stddef.h is included to provide size_t, but stdlib.h also provides it

eteran commented 4 years ago

Fair enough, it is indeed provided by <stdlib.h>