interface: add sample filesystem interface
This commit is contained in:
4
interface/fs.if
Normal file
4
interface/fs.if
Normal file
@@ -0,0 +1,4 @@
|
||||
interface fs {
|
||||
msg open(string path, int flags) -> (int err);
|
||||
msg uppercase(string old) -> (string new);
|
||||
}
|
||||
Reference in New Issue
Block a user