如何在 Windows 中使用 crypt(3)?

发布于 2024-10-12 06:30:18 字数 130 浏览 3 评论 0原文

如何在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我喜欢麦丽素 2024-10-19 06:30:18

你见过这个吗? 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文