updated comment count
This commit is contained in:
3
runner.h
3
runner.h
@ -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);
|
||||
|
Reference in New Issue
Block a user