9 lines
153 B
C
Executable file
9 lines
153 B
C
Executable file
#ifndef _ARGP_COMMONS_H_
|
|
#define _ARGP_COMMONS_H_
|
|
|
|
#include "../header/common.h"
|
|
|
|
#define ARGUMENT_DOC "INPUT_FILE"
|
|
#define LONG_DOC "options:"
|
|
|
|
#endif
|