#include <stdbool.h>#include <stdio.h>#include <string.h>#include <syscall.h>Go to the source code of this file.
Functions | |
| static void | read_line (char line[], size_t) |
| static bool | backspace (char **pos, char line[]) |
| int | main (void) |
| static bool backspace | ( | char ** | pos, | |
| char | line[] | |||
| ) | [static] |
| int main | ( | void | ) |
| static void read_line | ( | char | line[], | |
| size_t | size | |||
| ) | [static] |
Definition at line 53 of file shell.c.
References backspace(), putchar(), read(), and STDIN_FILENO.
Referenced by main().
1.5.6