|
PatchworkOS
3984a1d
A non-POSIX operating system.
|
#include "interactive.h"#include "pipeline.h"#include <errno.h>#include <stdbool.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/io.h>#include <sys/proc.h>Go to the source code of this file.
Functions | |
| static uint64_t | cmdline_read (char *buffer, uint64_t size) |
| static void | join_args (char *buffer, uint64_t size, int argc, char *argv[]) |
| void | execute_command (const char *cmdline) |
| int | main (int argc, char *argv[]) |