Hacker News new | ask | show | jobs
by ryandrake 3812 days ago
Why would you generally need to wrap calloc inside a macro or function? Just call calloc(1,sz)
1 comments

Over years of development, this wrapper can save tens of seconds of time!