Determines whether output has been redirected.
#include <library.h>
int detect_redirection (
redirect_t redir_specs[3],
int *argc,
char *argv[] );
(OUT) Specifies an array of redirect_t structures.
(OUT) Points to the number of arguments found in the command line.
(OUT) Points to a vector of arguments.
Returns 0.