int saveString

( char* string, FILE* out )

Write a dynamically allocated string to a file.

Documentation

Write a dynamically allocated string to a file. Writes out a 4 byte integer (the string length) followed by the characters comprising the string.
Parameters:
string - character string to be written
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++.