There seemed to be no existing indication when encountering printf-like functions that they accept variable arguments. It was previously possible to infer this from the debug field because it would mistakenly show the prototype as ending with a ",)" having detected the trailing "..." as a parameter, but then not used it successfully.
There seemed to be no existing indication when encountering printf-like functions that they accept variable arguments. It was previously possible to infer this from the debug field because it would mistakenly show the prototype as ending with a ",)" having detected the trailing "..." as a parameter, but then not used it successfully.