PatchworkOS
Loading...
Searching...
No Matches
main.c File Reference
#include <errno.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/io.h>
#include <time.h>

Go to the source code of this file.

Functions

static const char * type_to_string (inode_type_t type)
 
static void print_stat (const char *path)
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 55 of file main.c.

References EXIT_SUCCESS, and print_stat().

◆ print_stat()

◆ type_to_string()

static const char * type_to_string ( inode_type_t  type)
static

Definition at line 9 of file main.c.

References INODE_DIR, and INODE_FILE.

Referenced by print_stat().