-
Notifications
You must be signed in to change notification settings - Fork 9
MEM_set_arr
BigETI edited this page May 4, 2018
·
1 revision
Set array
Pointer of the arr
variable if successful, otherwise MEM_NULLFEPTR.
ForeignPointer:MEM_set_arr(Pointer:pointer, index = 0, const arr[], arr_size = sizeof arr)
new arr[10] = { 100, ... }, Pointer:pointer = MEM_new(sizeof arr);
MEM_set_arr(pointer, _, arr);