|
ocssw
V2022
|
l3bin_input.c File Reference
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include <mfhdf.h>#include "genutils.h"#include "l3bin_input.h"
Include dependency graph for l3bin_input.c:
Go to the source code of this file.
Functions | |
| int | input_init (instr *input_str) |
| int | l3bin_init_options (clo_optionList_t *list, const char *prog, const char *version) |
| int | l3bin_load_input (clo_optionList_t *list, instr *input) |
| int | l3bin_input (int argc, char **argv, instr *input, const char *prog, const char *version) |
Function Documentation
◆ input_init()
| int input_init | ( | instr * | input_str | ) |
Definition at line 66 of file l3bin_input.c.
◆ l3bin_init_options()
| int l3bin_init_options | ( | clo_optionList_t * | list, |
| const char * | prog, | ||
| const char * | version | ||
| ) |
Definition at line 108 of file l3bin_input.c.
◆ l3bin_input()
Definition at line 336 of file l3bin_input.c.
◆ l3bin_load_input()
| int l3bin_load_input | ( | clo_optionList_t * | list, |
| instr * | input | ||
| ) |
Definition at line 178 of file l3bin_input.c.


