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