when casting void * to int, the address is passed, not the value

前端 未结 0 932
失恋的感觉
失恋的感觉 2020-12-01 06:21

I have a struct t_args with void* types typedef struct s_args { void *width; } t_args; I am passing in void * an int address. Next, we look at the value

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