Started work on File
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const std = @import("std");
|
||||
|
||||
const FileOffsetReader = struct {
|
||||
file: std.fs.File,
|
||||
|
||||
pub fn any(self: *FileOffsetReader) !std.io.AnyReader {}
|
||||
};
|
||||
Reference in New Issue
Block a user