Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int data;
- int *memStore = malloc(sizeof(int)); // ebben fogjuk tarolni majd az adatokat
- while ( fscanf(in,"%d" &data ) != EOF )
- {
- // innentol nem jo
- temp = data;
- temp = (int*) malloc( (i+2)*sizeof(int));
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement