blob: b5a101618684e695e75abc20d4a14110fa816117 [file] [log] [blame]
#define __NO_STDIO_INLINES
#include "stdioint.h"
int fileno(FILE *__f)
{
return __f->_IO_fileno;
}