blob: d34e51a5022372f7c01538717b8da346fb3ec291 [file] [log] [blame]
#include <stdio.h>
int test_pass_through (FILE *stream)
{
return fileno (stream);
}