Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- void Zapisz(List *L)
- { Header();
- Data d;
- FILE *test = NULL;
- test=fopen("lekizapisane.txt", "r+t");
- int i = 0;
- for(i = 0; i < 100; i++)
- {
- fprintf(test, "%s", &*d.name+i);
- }
- fclose(test);
- }
Advertisement
Add Comment
Please, Sign In to add comment