Move memory allocator to own func and prefix internal functions to prevent collisions
This commit is contained in:
@@ -23,7 +23,7 @@ func main() {
|
||||
|
||||
x[23] = "test";
|
||||
|
||||
println(x[22]);
|
||||
println(x[23]);
|
||||
println(arr_size(x));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user