Assembler/header/argp_commons.h

11 lines
190 B
C
Raw Permalink Normal View History

2023-02-04 18:53:08 +01:00
#ifndef _ARGP_COMMONS_H_
#define _ARGP_COMMONS_H_
2023-02-13 10:28:28 +01:00
#include "../header/common.h"
2023-02-04 18:53:08 +01:00
#define ARGUMENT_DOC "INPUT_FILE"
2023-09-22 00:11:32 +02:00
#define LONG_DOC "options:"
2023-02-04 18:53:08 +01:00
#define DEFAULT_OUT_FILE "a.eipaimg"
2023-03-04 23:55:51 +01:00
#endif