aboutsummaryrefslogtreecommitdiffstats
path: root/usr/klibc/stdio/fileno.c
blob: b5a101618684e695e75abc20d4a14110fa816117 (plain)
1
2
3
4
5
6
7
#define __NO_STDIO_INLINES
#include "stdioint.h"

int fileno(FILE *__f)
{
	return __f->_IO_fileno;
}