Hacker News new | ask | show | jobs
by blintson 5937 days ago
I wrote that wrong, my bad. I was copying from a call-by-value example from memory. Changed the following:

  *(int *foo)pointer_param /*changed to*/  *(int*)pointer_param = bar