|
PatchworkOS
3984a1d
A non-POSIX operating system.
|
#include <errno.h>#include <stdbool.h>#include <stdint.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/io.h>Go to the source code of this file.
Macros | |
| #define | BUFFER_SIZE 1024 |
Functions | |
| static size_t | read_fd (fd_t fd, const char *name, bool hexOutput) |
| int | main (int argc, char **argv) |