EDCS Reference Manual
Functions
EDCS SetOutFilePtr
extern EDCS_Status_Code
EDCS_SetOutFilePtr
(
FILE *out_file_ptr (notes)
);

Definition

Sets the FILE pointer to which output is directed.

WARNING: If you close this file after calling this function, remember that the EDCS_xxx functions will still try to use it.


Returns

EDCS_SC_SUCCESS and the FILE pointer is set, if err_file_ptr is non-NULL.
EDCS_SC_OTHER_FAILURE and nothing is changed, if err_file_ptr is NULL.


Parameters Notes


out_file_ptr

 stream to which output is to be directed


Prev: EDCS_SetErrorFilePtr. Next: EDCS_SymbolicConstantToEACode. Up:Index.

Last updated: July 16, 2004 Copyright © 2004 SEDRIS