Merge pull request #855 from nakst/master

Update Essence API header
This commit is contained in:
gingerBill
2021-02-27 11:34:38 +00:00
committed by GitHub
4 changed files with 670 additions and 523 deletions
+3
View File
@@ -50,3 +50,6 @@ write :: proc(fd: Handle, data: []u8) -> (int, Errno) {
return (int) (0), (Errno) (1);
}
seek :: proc(fd: Handle, offset: i64, whence: int) -> (i64, Errno) {
return (i64) (0), (Errno) (1);
}