mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 12:48:14 +00:00
Added path lib "core:path", as well as single- and multiple-splitset string split proc variants to "core:string"
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package path
|
||||
|
||||
|
||||
SEPARATOR :: '/';
|
||||
SEPARATOR_STRING :: "/";
|
||||
|
||||
#compile_assert("Linux is not yet supported");
|
||||
Reference in New Issue
Block a user