mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 20:28:15 +00:00
Library collections
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
import "mem.odin";
|
||||
import "core:mem.odin";
|
||||
|
||||
new_string :: proc(s: string) -> string {
|
||||
c := make([]u8, len(s)+1);
|
||||
|
||||
Reference in New Issue
Block a user