![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include <assert.h>#include <getopt.h>#include <stdio.h>#include <string.h>#include "config.h"#include "data.h"#include "method.h"Data Structures | |
| struct | option_extra |
Macros | |
| #define | tprintf(file, ...) |
| #define | tflush(file) |
Enumerations | |
| enum | option_type { required_option , optional_option , help_option } |
Functions | |
| void | tprint_names (FILE *results, char const *data_name, char const *config_name, char const *method_name) |
| int | main (int argc, char **argv) |
| #define tflush | ( | file | ) |
Helper macro to flush stderr and a file.
| #define tprintf | ( | file, | |
| ... ) |
Helper macro to print to stderr and a file.
| enum option_type |