#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. | |
| int main | ( | void | ) |
Creates a blank data base for the project.
| bool touch | ( | const char * | fname | ) |
Creates an empty file.