diff options
Diffstat (limited to 'include/bh/internal/file_null.h')
| -rw-r--r-- | include/bh/internal/file_null.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bh/internal/file_null.h b/include/bh/internal/file_null.h new file mode 100644 index 0000000..dd5338b --- /dev/null +++ b/include/bh/internal/file_null.h @@ -0,0 +1,4 @@ +struct bh_file_s +{ + bh_io_t base; +}; |
