TOC PREV NEXT INDEX

ERRset_error_stream

Synopsis


void ERRset_error_stream (FILE *fp)

Description

Sets the current error stream to the stream specified by fp. If fp is null the error stream is set to stderr. Note that the error stream is only used when there are no installed error handlers, such as the one installed by the Network Editor.

Arguments

fp
Pointer to error stream. :

Examples

none.

See Also

none.

TOC PREV NEXT INDEX