Hacker News new | ask | show | jobs
by rom1v 612 days ago
> name(&data); // Illegal: passing a char* into a function that takes char*

I assume this is just a typo in the article. He probably meant `name(data)`.