LAL  7.5.0.1-89842e6
UserInputParseTest.c File Reference

Prototypes

int test_ParseStringValue (void)
 test various string-value parser functions: XLALParseStringValueAsINT8(), XLALParseStringValueAsINT4(), XLALParseStringValueAsREAL8(), XLALParseStringValueAsINT4PlusFrac() More...
 
int test_ParseStringVector (void)
 
int test_ParseREAL8Vector (void)
 
int main (void)
 

Go to the source code of this file.

Macros

#define STR1   "Hello, world!"
 
#define STR2   "xyda 3!#4134"
 
#define STR3   "&\\//.. :: some junk"
 
#define STR4   "H1"
 
#define STR5   "H2"
 
#define STR6   "L1"
 

Macro Definition Documentation

◆ STR1

#define STR1   "Hello, world!"

◆ STR2

#define STR2   "xyda 3!#4134"

◆ STR3

#define STR3   "&\\//.. :: some junk"

◆ STR4

#define STR4   "H1"

◆ STR5

#define STR5   "H2"

◆ STR6

#define STR6   "L1"

Function Documentation

◆ test_ParseStringValue()

int test_ParseStringValue ( void  )

◆ test_ParseStringVector()

int test_ParseStringVector ( void  )

Definition at line 487 of file UserInputParseTest.c.

◆ test_ParseREAL8Vector()

int test_ParseREAL8Vector ( void  )

Definition at line 547 of file UserInputParseTest.c.

◆ main()

int main ( void  )

Definition at line 44 of file UserInputParseTest.c.