nfs-ganesha 1.4
Defines | Functions

test5.c File Reference

#include <sys/param.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/time.h>
#include "tests.h"
#include "Connectathon_config_parsing.h"

Go to the source code of this file.

Defines

#define MIN(a, b)   ((a) < (b) ? (a) : (b))
#define BUFSZ   8192

Functions

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

Define Documentation

#define BUFSZ   8192

Definition at line 57 of file test5.c.

#define MIN (   a,
 
)    ((a) < (b) ? (a) : (b))

Definition at line 54 of file test5.c.


Function Documentation

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

Definition at line 78 of file test5.c.