-
Notifications
You must be signed in to change notification settings - Fork 9
MEM_get_last_result
BigETI edited this page May 4, 2018
·
1 revision
Get last result
Last result. See EMemoryResult for more information
EMemoryResult:MEM_get_last_result()
new Pointer:pointer = MEM_new();
printf("Last result: %d", MEM_get_last_result());