In a C function declaration, what does "..." as the last parameter do?

Posted by alaamh on Stack Overflow See other posts from Stack Overflow or by alaamh
Published on 2010-04-29T07:54:47Z Indexed on 2010/04/29 8:07 UTC
Read the original article Hit count: 227

Filed under:
|
|
|

Often I see a function declared like this:

void Feeder(char *buff, ...)

what does "..." mean?

© Stack Overflow or respective owner

Related posts about c

    Related posts about function