CFL v0.5 - Reference Manual


extern int cfl_write

(const cflh_t HANDLE, FILE* OUTPUT_FILE )

Write a cfl configuration handle to a file.

Documentation

Write a cfl configuration handle to a file. Writes the configuration contained in the cfl HANDLE to the file OUTPUT_FILE.
Parameters:
HANDLE - The configuration cfl handle to write
OUTPUT_FILE - The file to write the configuration into
Returns:
0 in case of success.
-1 in case of failure.
Preconditions:
HANDLE must be a valid cfl handle & OUTPUT_FILE must be a valid file
See Also:
cfl_read()
cfl_write_xml()

Alphabetic index


CFL Reference Manual
Last modified: Wed Nov 13 15:55:38 CET 2002