Hacker News new | ask | show | jobs
by uzerfcwn 1086 days ago
> You cannot pass in an arbitrary number of arguments to other functions.

More specifically, you could in C89 but it was removed because it's a bad feature.

https://godbolt.org/z/j4v4GT3Wd