#include <stdio.h>
#include <math.h>
#include <string.h>
#include <unistd.h>
#include <utils/utils.h>
#include <sed/sed_sedflux.h>
Go to the source code of this file.
Defines | |
#define | FORGET_THIS_FOR_NOW |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
char * | help_msg [] |
#define FORGET_THIS_FOR_NOW |
Definition at line 45 of file sed2binary.c.
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 47 of file sed2binary.c.
References DEFAULT_ERROR_LOG, eh_check_opts(), eh_exit(), eh_get_opt_str(), eh_open_log(), eh_opts_init(), and eh_print_log().
char* help_msg[] |
Initial value:
{ " ", " sed2binary [options] [parameters] [filein] ", " convert a sedflux property output file into flat binary format. ", " ", " Options ", " -v - be verbose. [off] ", " -h - print this help message. ", " -hfile - print a help message on the file formats. ", " ", NULL }
Definition at line 31 of file sed2binary.c.