Question about a function definition (three dots in parameters..)

前端 未结 4 1968
生来不讨喜
生来不讨喜 2020-12-07 18:47

I came across a function definition:

char* abc(char *f, ...)
{
}

What do the three dots mean?

4条回答
提交回复
热议问题