MinGW中有fmemopen()吗?

时间:2011-09-05 12:16:42

标签: file-io mingw memory-access

我正在尝试编译一些在MinGW中使用fmemopen函数的代码。我发现这个功能不可用MinGW。我需要一个等同于fmemopen()的函数。

我可以使用其他任何替代功能吗?

1 个答案:

答案 0 :(得分:4)

由于内核中缺少功能,win32上没有fmemopen等价物,我认为cygwin使用类似这样的临时文件来实现它:https://github.com/kespindler/python-tesseract/blob/master/util-fmemopen.c