-
Notifications
You must be signed in to change notification settings - Fork 9
MEM_new_val
BigETI edited this page May 4, 2018
·
1 revision
Allocate new value. Delete with MEM_delete
Pointer of the allocated memory if successful, otherwise MEM_NULLPTR.
Pointer:MEM_new_val(value)
new Pointer:pointer = Pointer:MEM_new_val(1);