mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
8 lines
154 B
Odin
8 lines
154 B
Odin
package darwin
|
|
|
|
foreign import system "system:System.framework"
|
|
|
|
foreign system {
|
|
_NSGetExecutablePath :: proc(buf: [^]byte, bufsize: ^u32) -> i32 ---
|
|
}
|