int saveList

( LIST* List, FILE* out )

Write out linked list to file.

Documentation

Write out linked list to file. Since each list node uses a Locator object, it calls saveLocator for each node as well as saving additional information.
Parameters:
List - start of linked list
out - FILE pointer to destination file
Returns:
total number of bytes written.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.