hi all,
i read a snippet code and found he/she used
fseek(stdin, 0, SEEK_END)
to flush the "stdin", it works, but is it portable?

thanks d'avance