2

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.

Cephalopod
  • 14,632
  • 7
  • 51
  • 70

1 Answers1

2

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.

John Zwinck
  • 239,568
  • 38
  • 324
  • 436