Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
maccard
9y ago
0 comments
Share
because malloc doesn't return an int
, it returns a void
0 comments
default
newest
oldest
milesrout
9y ago
malloc returns a void pointer because it implicitly converts to an int pointer, as it should.
j
/
k
navigate · click thread line to collapse