Hacker News new | ask | show | jobs
by Arnavion 495 days ago
I assumed they meant `char (*str)[5]`, ie a pointer to an array, because they wanted to reinterpret the malloc result as an array of the malloc'd length.