The manual page perhaps?


It seems like a pointer to me, so perhaps it's just


void testfdset(fd_set *test)
{
FD_ZERO(test);
}