#include <sys/types.h>
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
#include <str.h>
#include <stdio.h>
#include <task.h>
#include <str_error.h>
#include <errno.h>
Go to the source code of this file.
Defines | |
#define | NAME "redir" |
Functions | |
int | main (int argc, char *argv[]) |
static void | reopen (FILE **stream, int fd, const char *path, int flags, const char *mode) |
static task_id_t | spawn (int argc, char *argv[]) |
static void | usage (void) |
Definition in file redir.c.