#include <stdio.h>#include <fcntl.h>#include <errno.h>#include <sys/ioctl.h>#include <stdlib.h>#include <unistd.h>Functions | |
| static int | inst_start_shell (char *tty_tv) |
| int | main (int argc, char **argv) |
| static int inst_start_shell | ( | char * | tty_tv | ) | [static] |
Referenced by main().
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
References inst_start_shell().
1.5.9