mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 06:38:47 +00:00
Update package path and fix bugs; add path.match which uses shell pattern matching
This commit is contained in:
@@ -4,9 +4,11 @@ import "core:strings"
|
||||
import win32 "core:sys/windows"
|
||||
|
||||
|
||||
SEPARATOR :: '\\';
|
||||
SEPARATOR_STRING :: "\\";
|
||||
OS_SEPARATOR :: '\\';
|
||||
OS_SEPARATOR_STRING :: "\\";
|
||||
|
||||
OS_SEPARATORS :: `/\`;
|
||||
OS_SEPARATORS_ARRAY :: []string{`/`, `\`};
|
||||
|
||||
@(private)
|
||||
null_term :: proc "contextless" (str: string) -> string {
|
||||
|
||||
Reference in New Issue
Block a user