mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-14 09:52:23 -07:00
7 lines
116 B
Odin
7 lines
116 B
Odin
//+build linux, darwin, freebsd
|
|
package filepath
|
|
|
|
SEPARATOR :: '/';
|
|
SEPARATOR_STRING :: `/`;
|
|
LIST_SEPARATOR :: ':';
|