Files
rosetta/interface/fs.if

4 lines
65 B
Plaintext

interface fs {
msg open(string path, int flags) -> (int err);
}