added -help functionality

This commit is contained in:
Annie
2025-02-18 14:22:28 -05:00
parent 910760661e
commit 7a52aa51bf
2 changed files with 16 additions and 1 deletions

View File

@ -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);