SRM Reference Manual
Functions SRM SetOutFilePtr |
---|
extern SRM_Status_Code | |||
SRM_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 SRM_xxx functions will still try to use it. |
---|
SRM_STATCOD_SUCCESS | and the FILE pointer is set, if err_file_ptr is non-NULL. |
SRM_STATCOD_INACTIONABLE | and nothing is changed, if err_file_ptr is NULL. |
1 stream to which output is to be directed
Prev: SRM_SetMinWidth.
Next: SRM_SetPrecision.
Up:Index.
|