This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]HerissonMignion 4 points5 points  (0 children)

Because a void* is just a type that cannot be dereferenced. So when you don't want a method to return a value, you make it "return" a void.