I imagine that name = (char**)malloc(MAXINT*sizeof(char*));
actually fails, you should check for a NULL return value there.
↧
Answer by rmn for Reading and writing Large files in C
↧
I imagine that name = (char**)malloc(MAXINT*sizeof(char*));
actually fails, you should check for a NULL return value there.