Go to the source code of this file.
|
#define | _GNU_SOURCE /* for realpath() */ |
|
#define | PATH_MAX FILENAME_MAX |
|
#define | H0 2.3e-18 /* Hubble constant, s */ |
|
#define | SITE_MAX 26 /* in our dreams... */ |
|
#define | FAILURE(...) do { fprintf(stderr, __VA_ARGS__); exit(1); } while (0) |
|
◆ _GNU_SOURCE
#define _GNU_SOURCE /* for realpath() */ |
◆ PATH_MAX
#define PATH_MAX FILENAME_MAX |
◆ H0
#define H0 2.3e-18 /* Hubble constant, s */ |
◆ SITE_MAX
#define SITE_MAX 26 /* in our dreams... */ |
◆ FAILURE
#define FAILURE |
( |
|
... | ) |
do { fprintf(stderr, __VA_ARGS__); exit(1); } while (0) |
◆ charcmp()
int charcmp |
( |
const void * |
c1, |
|
|
const void * |
c2 |
|
) |
| |
◆ fnametodsc()
char * fnametodsc |
( |
const char * |
fname | ) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |