Extracted from Pike v7.6 release 13 at 2004-11-30.
pike.ida.liu.se
[Top]
Stdio

Method Stdio.werror()


Method werror

void Stdio.werror(string s)

Description

Write a message to stderr. Stderr is normally the console, even if the process output has been redirected to a file or pipe.

Note

This function is identical to werror() .

See also

werror()