mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-24 08:20:26 +00:00
7 lines
97 B
Odin
7 lines
97 B
Odin
#+private
|
|
package os
|
|
|
|
import "base:runtime"
|
|
|
|
_heap_allocator_proc :: runtime.heap_allocator_proc
|