20 lines
327 B
Plaintext
20 lines
327 B
Plaintext
/**
|
|
|
|
@defgroup FileManagement File Management
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@addtogroup FileManagement
|
|
@{
|
|
@fn int ENwriteline (char *line)
|
|
@fn int ENreport ()
|
|
@fn int ENresetreport ()
|
|
@fn int ENsetreport (char *reportFormat)
|
|
@fn int ENopen (char *inpFile, char *rptFile, char *binOutFile)
|
|
@fn int ENsaveinpfile (char *filename)
|
|
@fn int ENclose()
|
|
@}
|
|
*/ |