Implements peek buffer on top of the raw io read (with small storage optimization). Hides implementation details of the file/buffer.
8 lines
117 B
C
8 lines
117 B
C
#ifndef BH_INTERNAL_IO_H
|
|
#define BH_INTERNAL_IO_H
|
|
|
|
#include "bh.h"
|
|
#include <bh/io.h>
|
|
|
|
#endif /* BH_INTERNAL_IO_H */
|