Hacker News new | ask | show | jobs
by kevin_thibedeau 2114 days ago
Malloc can return NULL so there is no guarantee of unique return values.
1 comments

NULL != NULL, so at least no two values will be equal, right?