mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-05 04:27:51 +00:00
6 lines
77 B
Odin
6 lines
77 B
Odin
package os2
|
|
|
|
pipe :: proc() -> (r, w: ^File, err: Error) {
|
|
return _pipe()
|
|
}
|