nfs-ganesha 1.4
Classes | Defines | Functions

hello_ll.c File Reference

#include <ganesha_fuse_ll_wrap.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
#include <assert.h>

Go to the source code of this file.

Classes

struct  dirbuf

Defines

#define FUSE_USE_VERSION   26
#define min(x, y)   ((x) < (y) ? (x) : (y))

Functions

int main (int argc, char *argv[])

Define Documentation

#define FUSE_USE_VERSION   26

Definition at line 11 of file hello_ll.c.

#define min (   x,
 
)    ((x) < (y) ? (x) : (y))

Definition at line 95 of file hello_ll.c.


Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 153 of file hello_ll.c.