mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-12 14:23:33 +00:00
12 lines
245 B
Odin
12 lines
245 B
Odin
#+build !darwin
|
|
#+build !linux
|
|
#+build !freebsd
|
|
#+build !windows
|
|
#+build !netbsd
|
|
#+build !openbsd
|
|
package net
|
|
|
|
_enumerate_interfaces :: proc(allocator := context.allocator) -> (interfaces: []Network_Interface, err: Interfaces_Error) {
|
|
return
|
|
}
|