文件操作

怎样从FILE*中获得文件描述符

#include   <stdio.h>  
  int   fileno(FILE   *fp);

原文地址:https://www.cnblogs.com/fedorayang/p/5094237.html