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

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 out_file_ptr is non-NULL.
EDCS_SC_OTHER_FAILURE and nothing is changed, if out_file_ptr is NULL.

Parameters Notes

1 stream to which output is to be directed


Prev: EDCS_SetMinWidth. Next: EDCS_SetPrecision. Up:Index.