| author | |
| committer | |
| log | 3c0230f579a7d41fa1eabe0089930f1655694012 |
| tree | 8f84e423e54509172bb8ff9c5259ea7aa52a36a9 |
| parent | c61b820567505899198bb425c2b7c459a1f3cce2 |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
File.zig+1| ... | ... | @@ -41,6 +41,7 @@ pub const readUntilDelimitersArrayList = R.readUntilDelimitersArrayList; |
| 41 | 41 | pub const readAlloc = R.readAlloc; |
| 42 | 42 | pub const readInt = R.readInt; |
| 43 | 43 | pub const readUntilDelimitersAlloc = R.readUntilDelimitersAlloc; |
| 44 | pub const readUntilDelimiterOrEof = R.readUntilDelimiterOrEof; | |
| 44 | 45 | |
| 45 | 46 | pub const ReadError = sys.errno.Error; |
| 46 | 47 | pub fn read(self: File, buffer: []u8) ReadError!usize { |