Contains information where input is being redirected.
#include <library.h>
typedef struct
{
char *pathname;
int oflag;
} redirect_t;
Points to the path of the file receiving the redirection.
Specifies the mode of the file. For a list of possible values, see File Control Open Modes
in Volume 1.