Hacker News new | ask | show | jobs
by TazeTSchnitzel 4104 days ago
To be fair, it's not the same as an argument type. The type of `foo()` isn't int, it's function. You're not specifying the type of the thing itself, merely the type of what it returns. Though this seems to have been lost on the creators of C. ;)