4 lines
65 B
Plaintext
4 lines
65 B
Plaintext
|
|
interface fs {
|
||
|
|
msg open(string path, int flags) -> (int err);
|
||
|
|
}
|