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