C, .
, , !
/ undefined. , , . , , , , ( , , , "undefined"...)
Note that this can be done (add additional parameters) when using ellipsis, as in printf ():
printf(const char *format, ...);
I would suggest that the function had 3 parameters at some point, and the latter was deleted because it was not used, and some parts of the code were not fixed, as it should be. I would delete this third parameter, just in case the stack goes in the wrong order and thus cannot send the correct parameters to the function.
source
share