added -help functionality
This commit is contained in:
2
runner.h
2
runner.h
@ -15,6 +15,7 @@
|
||||
#include <stdlib.h>
|
||||
#include "flex.h"
|
||||
#include "typedefs.h"
|
||||
#include <stdbool.h>
|
||||
|
||||
extern int line_number, column_number;
|
||||
extern char *yytext;
|
||||
@ -24,3 +25,4 @@ int arg;
|
||||
int main(int argc, char* argv[]);
|
||||
char *is_tok(int argc, char* argv[]);
|
||||
int is_alpha_file(char *file, int file_len);
|
||||
bool is_help(char * input);
|
||||
|
Reference in New Issue
Block a user