LAL 7.7.0.1-eeff03c
UserInputTest.c File Reference

Prototypes

int XLALUserVarPrintUsage (FILE *file)
 Print a one-line usage string. More...
 
int XLALUserVarPrintHelp (FILE *file)
 Print help page. More...
 
int main (int argc, char *argv[])
 some basic consistency checks of the (XLAL) UserInput module, far from exhaustive, but should be enough to catch big obvious malfunctions More...
 

Go to the source code of this file.

Data Structures

struct  UserInput_t
 

Function Documentation

◆ XLALUserVarPrintUsage()

int XLALUserVarPrintUsage ( FILE *  file)

Print a one-line usage string.

Definition at line 734 of file UserInput.c.

◆ XLALUserVarPrintHelp()

int XLALUserVarPrintHelp ( FILE *  file)

Print help page.

Definition at line 880 of file UserInput.c.

◆ main()

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

some basic consistency checks of the (XLAL) UserInput module, far from exhaustive, but should be enough to catch big obvious malfunctions

Definition at line 59 of file UserInputTest.c.