Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALFrame 3.0.7.1-5e288d3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
stat.c File Reference

Prototypes

int charcmp (const void *c1, const void *c2)
 
char * fnametodsc (const char *fname)
 
int main (int argc, char *argv[])
 

Go to the source code of this file.

Macros

#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)
 

Macro Definition Documentation

◆ _GNU_SOURCE

#define _GNU_SOURCE   /* for realpath() */

Definition at line 59 of file stat.c.

◆ PATH_MAX

#define PATH_MAX   FILENAME_MAX

Definition at line 70 of file stat.c.

◆ H0

#define H0   2.3e-18 /* Hubble constant, s */

Definition at line 73 of file stat.c.

◆ SITE_MAX

#define SITE_MAX   26 /* in our dreams... */

Definition at line 74 of file stat.c.

◆ FAILURE

#define FAILURE (   ...)    do { fprintf(stderr, __VA_ARGS__); exit(1); } while (0)

Definition at line 76 of file stat.c.

Function Documentation

◆ charcmp()

int charcmp ( const void *  c1,
const void *  c2 
)

Definition at line 226 of file stat.c.

◆ fnametodsc()

char * fnametodsc ( const char *  fname)

Definition at line 233 of file stat.c.

◆ main()

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

Definition at line 81 of file stat.c.