EDCS Reference Manual
Functions EDCS SetOutFilePtr |
---|
extern EDCS_Status_Code | |||
EDCS_SetOutFilePtr | |||
( | |||
FILE | * | out_file_ptr | 1 |
); |
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. |
---|
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. |
1 stream to which output is to be directed
Prev: EDCS_SetMinWidth.
Next: EDCS_SetPrecision.
Up:Index.
|