switch to using FILE * in the reader

This commit is contained in:
krangelov
2021-09-15 08:06:18 +02:00
parent 9fe6ee3cce
commit c6d6914688
4 changed files with 37 additions and 32 deletions

View File

@@ -3,7 +3,6 @@
#include <string.h>
#include <assert.h>
#include <iostream>
#include <exception>
#include <stdexcept>