如何在 Windows 中使用 crypt(3)?
如何在 Windows 平台上从 ac 程序调用 crypt(3)?我找不到要包含的头文件。我安装了 MinGW、gcc 和 msys。
编辑:作为替代方案,我也接受从 Visual Studio 调用此函数(或等效函数)的方法。
How can I invoke crypt(3) from a c program on a windows platform? I can't find a header file to include. I have MinGW with gcc and msys installed.
Edit: as an alternative, I would also accept a way to call this function (or an equivalent) from Visual Studio.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你见过这个吗? http://sourceforge.net/projects/mingw/files/MSYS/crypt/
我想你可能错过了它,或者只是没有意识到你拥有它,但这似乎是答案,我通过在谷歌中输入“crypt mingw”找到了它。
Have you seen this? http://sourceforge.net/projects/mingw/files/MSYS/crypt/
I suppose you may be missing it, or just don't realize you have it, but it seems like the answer, and I found it by typing "crypt mingw" into Google.