I'm returning a string pointer from a c file. Which is called from python using libc.get_data() ;
(cdll library function).

when I run libc.get_data()
it prints just a number, an address I guess.
I want to print the string at that address. How can I acheve that?
Thanks in advance for any suggestions.