Hacker News new | ask | show | jobs
by milesrout 3352 days ago
malloc returns a void pointer because it implicitly converts to an int pointer, as it should.