|
PatchworkOS
|
#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 uint64_t | print_dir (const char *path) |
| uint32_t | main (uint32_t argc, char **argv) |
Definition at line 142 of file main.c.
References ERR, EXIT_FAILURE, EXIT_SUCCESS, and print_dir().
|
static |
Definition at line 38 of file main.c.
References close(), entries, entryCount, ERR, errno, fprintf(), free(), getdents(), INODE_DIR, malloc(), start_entry_t::name, NULL, openf(), printf(), realloc(), stderr, strerror(), strlen(), and terminal_columns_get().
Referenced by main().