updated comment count

This commit is contained in:
Partho Bhattacharya
2025-02-13 20:02:42 -05:00
parent 3c6d3be9b4
commit 52a7c69dae
14 changed files with 123 additions and 110 deletions

View File

@ -14,6 +14,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "flex.h"
#include "typedefs.h"
extern int line_number, column_number;
extern char *yytext;
@ -22,4 +23,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);
int is_alpha_file(char *file, int file_len);