Skip to content
Snippets Groups Projects
Commit 723ed0ae authored by Matheus Horstmann's avatar Matheus Horstmann
Browse files

fclose

parent 5bb86625
Branches
No related tags found
No related merge requests found
...@@ -195,4 +195,6 @@ int main (void) ...@@ -195,4 +195,6 @@ int main (void)
fputs("==================================================================================\n",log); fputs("==================================================================================\n",log);
fputs(" FIM DO PROGRAMA\n",log); fputs(" FIM DO PROGRAMA\n",log);
fputs("==================================================================================\n",log); fputs("==================================================================================\n",log);
fclose(log);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment