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