[read performance iterate] byte-reader intf/impls

This commit is contained in:
John Kerl 2015-09-01 21:38:56 -04:00
parent e65418002c
commit eead5e3a6c
4 changed files with 37 additions and 8 deletions

View file

@ -1,5 +1,5 @@
#include <stdio.h> // For definition of EOF
#include "input/byte_reader.h"
#include "input/byte_readers.h"
#include "lib/mlrutil.h"
typedef struct _string_byte_reader_state_t {