I když již přes rok pracuje na plný úvazek, stále se považující za studenta. Správce linuxových serverů, milovník dobré hudby a jídla. Obdivuje ty, co dokáží něco dokázat.
A co je to stderr?
NAME
stdin, stdout, stderr - standard I/O streams
SYNOPSIS
#include
extern FILE *stderr;
DESCRIPTION
Under normal circumstances every Unix program has three streams opened fot it when it starts up,
one for input, one for output, and one for printing diagnostic or error mesages.
The input stream is referred to as ‘‘standard input’’; the output stream is referred to as
‘‘standard output’’; and the error stream is referred to as ‘‘standard error’’. These terms are
abbreviated to form the symbols used to refer to these files, namely stdin, stdout, and stderr.
(...)zdroj: man stderr
Licence:

/dev/stderr, jejímž autorem je Jakub Jedelský, podléhá licenci Creative Commons Uveďte autora-Neužívejte dílo komerčně-Zachovejte licenci 3.0 Česko.
Vytvořeno na základě tohoto díla: dev.stderr.cz
Práva nad rámec této licence jsou popsána zde: http://creativecommons.org/licenses/by-nc-sa/3.0/cz/
