update essence API header

This commit is contained in:
nakst
2021-02-26 14:46:38 +00:00
parent ac155d9036
commit 7b4ddd9b18
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);
}