Add @(require_results) everywhere in os2

This commit is contained in:
gingerBill
2024-05-14 18:25:15 +01:00
parent 48c1822709
commit 450b9ceaec
13 changed files with 85 additions and 39 deletions
+1
View File
@@ -1,5 +1,6 @@
package os2
@(require_results)
pipe :: proc() -> (r, w: ^File, err: Error) {
return _pipe()
}