C
Carl Youngblood
Hello. I have allocated a pointer using DL.malloc:
window = DL.malloc(DL.sizeof('P'))
At times in my code I have to pass a pointer this pointer, and at
other times I have to pass in the value of the pointer itself. Does
anybody know how to dereference PtrData?
Thanks,
Carl Youngblood
window = DL.malloc(DL.sizeof('P'))
At times in my code I have to pass a pointer this pointer, and at
other times I have to pass in the value of the pointer itself. Does
anybody know how to dereference PtrData?
Thanks,
Carl Youngblood