Go to the source code of this file.
|
#define | FS "\t" /* field separator */ |
|
#define | RS "\n" /* record separator */ |
|
#define | FAILURE(...) do { fprintf(stderr, __VA_ARGS__); exit(1); } while (0) |
|
◆ FS
#define FS "\t" /* field separator */ |
◆ RS
#define RS "\n" /* record separator */ |
◆ FAILURE
#define FAILURE |
( |
|
... | ) |
do { fprintf(stderr, __VA_ARGS__); exit(1); } while (0) |
◆ printchannel()
int printchannel |
( |
LALFrameUFrChan * |
channel, |
|
|
double |
x0, |
|
|
int |
fdom |
|
) |
| |
◆ printval()
int printval |
( |
void * |
data, |
|
|
size_t |
i, |
|
|
int |
dtype |
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |