mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-08 22:13:17 +00:00
7 lines
116 B
Odin
7 lines
116 B
Odin
//+build linux, darwin, freebsd
|
|
package filepath
|
|
|
|
SEPARATOR :: '/';
|
|
SEPARATOR_STRING :: `/`;
|
|
LIST_SEPARATOR :: ':';
|