normally in C you would do:

Code:
str_printf(str, "nPointer:%p",(void*)my_type)



(notice %p and void* cast)
but i am not sure how lite-c actually handles pointers internally so results may vary.

Edit: you get different results either way depending on whether PRAGMA_POINTER is defined or not.

Last edited by Quad; 11/19/17 17:13.

3333333333