Address pointer to its ascii representation in C

后端 未结 0 986
心在旅途
心在旅途 2020-11-22 02:59

I have a function pointer

void *p_func = &func;

How can i manage to write the address in a file as ASCII characters representing the hex

相关标签:
回答
  • 消灭零回复
提交回复
热议问题