Geant4
9.6.p02
|
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <dirent.h>
#include <sys/stat.h>
#include <errno.h>
#include <stdlib.h>
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 |
char** parsedir | ( | char * | directory, |
int * | argc | ||
) |
char* optarg |
int opterr |
int optind |
int optopt |