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

Prototypes

int printchannel (LALFrameUFrChan *channel, double x0, int fdom)
 
int printval (void *data, size_t i, int dtype)
 
int main (int argc, char *argv[])
 

Go to the source code of this file.

Macros

#define FS   "\t" /* field separator */
 
#define RS   "\n" /* record separator */
 
#define FAILURE(...)   do { fprintf(stderr, __VA_ARGS__); exit(1); } while (0)
 

Macro Definition Documentation

◆ FS

#define FS   "\t" /* field separator */

Definition at line 74 of file print.c.

◆ RS

#define RS   "\n" /* record separator */

Definition at line 75 of file print.c.

◆ FAILURE

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

Definition at line 77 of file print.c.

Function Documentation

◆ printchannel()

int printchannel ( LALFrameUFrChan *  channel,
double  x0,
int  fdom 
)

Definition at line 211 of file print.c.

◆ printval()

int printval ( void *  data,
size_t  i,
int  dtype 
)

Definition at line 250 of file print.c.

◆ main()

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

Definition at line 82 of file print.c.