|
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 | __STDC_WANT_LIB_EXT1__ 1 |
Functions | |
| static uint64_t | terminal_columns_get (void) |
| static int | dirent_cmp (const void *a, const void *b) |
| static uint64_t | print_dir (const char *path) |
| int | main (int argc, char **argv) |
Variables | |
| static bool | showAll = false |
| static bool | showFlags = false |