fopen打开文件失败的奇怪错误,errno = EMFILE
//2016.11.25 fopen打开文件失败的奇怪错误,日志调试GetlastError()返回0,但是errno = EMFILE。 实际错误并不在这里的fopen上,而在其他代码块里fopen很多文件一直没有fclose。errno返回了 C运行时库发生的最后一个错误。 GetlastError得到的是在Windows API函数最后一个错误(当前线程)。 例如: 1:调用WinA