mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-12 14:23:33 +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
|