Distributed File System 1
Distributed file system in C
Loading...
Searching...
No Matches
ls.c File Reference
#include <stdio.h>
#include "lib/lib.h"
#include "lib/enchufe.h"
#include "lib/inode.h"

Macros

#define BUF_LEN   0x1000

Functions

int main (int argc, Str *argv)
 Very basic ls for the server.

Macro Definition Documentation

◆ BUF_LEN

#define BUF_LEN   0x1000

Function Documentation

◆ main()

int main ( int argc,
Str * argv )

Very basic ls for the server.