10 lines
191 B
C
Executable file
10 lines
191 B
C
Executable file
#ifndef _ARGP_COMMONS_H_
|
|
#define _ARGP_COMMONS_H_
|
|
|
|
#include "../header/common.h"
|
|
|
|
#define ARGUMENT_DOC "INPUT_FILE"
|
|
#define LONG_DOC "Argp test"
|
|
#define DEFAULT_OUT_FILE "a.eipaimg"
|
|
|
|
#endif
|