lundi 2 mars 2015

C writing a linked list to a file using pointers



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\n
int llist_save(LinkedList * list, char * file_name) {
return 0;
}



Aucun commentaire:

Enregistrer un commentaire