mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-19 20:32:21 -07:00
6 lines
93 B
Odin
6 lines
93 B
Odin
//+build linux, darwin, freebsd
|
|
package filepath
|
|
|
|
SEPARATOR :: '/';
|
|
SEPARATOR_STRING :: `/`;
|