mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Begin work on os2/dir.odin
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package os2
|
||||
|
||||
import "base:runtime"
|
||||
|
||||
@(private)
|
||||
_read_directory :: proc(f: ^File, n: int, allocator: runtime.Allocator) -> (files: []File_Info, err: Error) {
|
||||
return
|
||||
}
|
||||
Reference in New Issue
Block a user