5 lines
109 B
Plaintext
5 lines
109 B
Plaintext
|
|
interface fs {
|
||
|
|
msg open(string path, int flags) -> (int err);
|
||
|
|
msg uppercase(string old) -> (string new);
|
||
|
|
}
|