2
votes
7answers
735 views
Returning a void pointer to a constant object in C
I'm writing an access function which returns a pointer to an internal buffer and I'd like to hint to users of my function that they shouldn't update the object that's pointed to. A very contrived …
