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