Library collections

This commit is contained in:
Ginger Bill
2017-09-07 20:55:59 +01:00
parent 36e3a02f67
commit 8e3b77aba8
25 changed files with 303 additions and 129 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import "mem.odin";
import "core:mem.odin";
new_string :: proc(s: string) -> string {
c := make([]u8, len(s)+1);