Files
hifiasm/CommandLines.h
T
2019-05-10 00:11:19 -04:00

10 lines
206 B
C

#ifndef __COMMAND_LINE_PARSER__
#define __COMMAND_LINE_PARSER__
extern char* read_file_name;
extern char* output_file_name;
extern int thread_num;
int CommandLine_process (int argc, char *argv[]);
#endif