Add documentation, expand error handling, implement file and buffer io
This commit is contained in:
4
include/bh/internal/file_null.h
Normal file
4
include/bh/internal/file_null.h
Normal file
@@ -0,0 +1,4 @@
|
||||
struct bh_file_s
|
||||
{
|
||||
bh_io_t base;
|
||||
};
|
||||
Reference in New Issue
Block a user