Hacker News new | ask | show | jobs
by jesprenj 1579 days ago
Wouldn't int foo(void) be a function that takes no arguments and int foo() a function that takes an unknown number of arguments?
1 comments

Yes, that's the problem.