I did not find any limitation of count function parameters in the C99 standard and I guess it is only limited by stack size.
However I\'ve written a simple test pro
The Standard specifies a certain minimum number which every implementation must support,
5.2.4.1 Translation Limits
— 127 parameters in one function definition — 127 arguments in one function call