Add documentation, expand error handling, implement file and buffer io
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include <windows.h>
|
||||
|
||||
struct bh_file_s
|
||||
{
|
||||
bh_io_t base;
|
||||
char *path;
|
||||
int mode;
|
||||
HANDLE handle;
|
||||
};
|
||||
Reference in New Issue
Block a user