Files
Odin/core/os/os2/temp_file_linux.odin
T
2024-05-14 18:11:50 +01:00

11 lines
143 B
Odin

//+private
package os2
import "base:runtime"
_temp_dir :: proc(allocator: runtime.Allocator) -> (string, Error) {
//TODO
return "", nil
}