A Coder | Brother
See more
int main(){ int* data = malloc(INITIAL_CAPACITY * sizeof(int));}
int main(){
int* data = malloc(
* sizeof(int));
}