Distributed File System 1
Distributed file system in C
Loading...
Searching...
No Matches
createdb.c File Reference
#include <stdio.h>
#include <stdbool.h>
#include <stdlib.h>
#include "lib/log.h"
#include "lib/inode.h"
#include "lib/dnode.h"
#include "lib/block.h"

Functions

bool touch (const char *fname)
 Creates an empty file.
int main (void)
 Creates a blank data base for the project.

Function Documentation

◆ main()

int main ( void )

Creates a blank data base for the project.

◆ touch()

bool touch ( const char * fname)

Creates an empty file.