This repository has been archived on 2026-04-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Mikhail Romanko 785070798c Add peek buffer to io, hide file/buffer private functions
Implements peek buffer on top of the raw io read (with small storage
optimization). Hides implementation details of the file/buffer.
2024-07-09 11:23:46 +03:00

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 */