* flow.c (propagate_block): When the last reference to a label
[official-gcc.git] / libio / stdio / fdopen.c
blob83e026ec7f7610b7ac8be15ea0537ef230bbba66
1 #include "libioP.h"
3 _IO_FILE *
4 fdopen (fd, mode)
5 int fd;
6 const char *mode;
8 return _IO_fdopen (fd, mode);