Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals

Functions needed to output the Engrave data into

different file formats. More...

Functions

int engrave_eet_output (Engrave_File *engrave_file, const char *path)
 engrave_eet_output -- Create an EET file from the in-memory data.

int engrave_edc_output (Engrave_File *engrave_file, const char *path)
 engrave_edc_output -- Create an EDC file from the in-memory data.


Detailed Description

different file formats.


Function Documentation

int engrave_edc_output Engrave_File engrave_file,
const char *  path
 

engrave_edc_output -- Create an EDC file from the in-memory data.

Parameters:
engrave_file: The Engrave_File to use to create the EET file.
path: The filename to save the EDC file too.
Returns:
Returns 1 on success 0 otherwise.

int engrave_eet_output Engrave_File engrave_file,
const char *  path
 

engrave_eet_output -- Create an EET file from the in-memory data.

Parameters:
engrave_file: The Engrave_File to use to create the EET file.
path: The filename to save the EET file too.
Returns:
Returns 1 on success 0 otherwise.