Yadda Yadda Yadda in C ====================== In C, function may get a list of parameters variable in lenght and types. The prototype of the function has an ellipsis(...) as its last argument. The varuable list is handled inside the called function using the type va_list and the macros va_start, va_arg, and va_end. You can learn about them using the man page for 'va_list'. Danny was a programmer; he had worked on a function having the yadda yadda yadda in its argument list. His boss had come to him asking about the yadda yadda yadda. Now, as you probably know, bosses in the hi-tech industry do not care to deal with code, which does not prevent them from asking about it. The correct answer is RTFM, but it is unacceptable. Danny had explained the boss what the yadda yadda yadda mans, which had only made the boss ask "but what it is?". Eventaully, Danny told him it means "to be continued."