Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int new_size = lines_allocated*2;
- names = (char **) realloc(names, sizeof(char*) * new_size);
- lines_allocated = new_size;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement