Often I see a function declared like this:
void Feeder(char *buff, ...)
what does \"...\" mean?
It means that a variadic function is being declared.