I am wondering how to write a linked list to a file using pointers
// save the list in a file called file_name. The format of the file is as follows:// value1\n// value2\nint llist_save(LinkedList * list, char * file_name) { return 0;}
Aucun commentaire:
Enregistrer un commentaire