Compare commits
1 Commits
b680ffdd5b
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 86ca343cf0 |
@@ -1,4 +0,0 @@
|
|||||||
interface fs {
|
|
||||||
msg open(string path, int flags) -> (int err);
|
|
||||||
msg read(size count) -> (int err, bytebuf data);
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user