Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
test.c File Reference
#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)
 

Macro Definition Documentation

◆ tflush

#define tflush ( file)
Value:
do { \
fflush(file); \
fflush(stderr); \
} while (0)

Helper macro to flush stderr and a file.

◆ tprintf

#define tprintf ( file,
... )
Value:
do { \
fprintf(file, __VA_ARGS__); \
fprintf(stderr, __VA_ARGS__); \
} while (0)

Helper macro to print to stderr and a file.

Enumeration Type Documentation

◆ option_type

Enumerator
required_option 
optional_option 
help_option 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

◆ tprint_names()

void tprint_names ( FILE * results,
char const * data_name,
char const * config_name,
char const * method_name )