Files
rosetta/interface/fs.if

4 lines
65 B
Plaintext
Raw Normal View History

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