amiga-libnix3/stdio/fileno.c

5 lines
66 B
C

#include <stdio.h>
int fileno(FILE *file)
{ return file->file; }