08-27-06 12:25 PM
Hello, I know POSIX compliant code should use STDIN_FILENO,
STDOUT_FILENO and STDERR_FILENO instead of the magic numbers 0,1 and 2.
But my question is:
Does POSIX guarantees that the value of the constants (or whatever they
are) STDIN_FILENO, STDOUT_FILENO and STDERR_FILENO are 0,1 and 2
respectively?
TIA
[ Post a follow-up to this message ]
|