Geant4_10
Macros | Functions | Variables
liblist.c File Reference
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <dirent.h>
#include <sys/stat.h>
#include <errno.h>
#include <stdlib.h>
Include dependency graph for liblist.c:

Go to the source code of this file.

Macros

#define BUFSIZE   1000000
 
#define TRIGSIZE   1000
 
#define NLIBMAX   200
 

Functions

char ** parsedir (char *directory, int *argc)
 
int main (int argc, char **argv)
 

Variables

char * optarg
 
int optind
 
int opterr
 
int optopt
 

Macro Definition Documentation

#define BUFSIZE   1000000

Definition at line 41 of file liblist.c.

#define NLIBMAX   200

Definition at line 43 of file liblist.c.

#define TRIGSIZE   1000

Definition at line 42 of file liblist.c.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 127 of file liblist.c.

Here is the call graph for this function:

char** parsedir ( char *  directory,
int argc 
)

Definition at line 48 of file liblist.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

char* optarg
int opterr
int optind
int optopt