Update main.c

deleted fclose()
This commit is contained in:
SirTalksalot75 2024-04-22 12:54:20 +02:00 committed by GitHub
parent 6fca12df39
commit 6d249dd9ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -48,8 +48,6 @@ int main(void) {
yyin = input;
fclose(input);
yyparse();
atexit();