Hacker News new | ask | show | jobs
by mtdewcmu 4383 days ago
That's interesting. You know you can pass structs by value, too, so I'm not sure how necessary it is to take the address.
1 comments

It can be useful for an API that expects pointers for whatever reason.