Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top