79284092

Date: 2024-12-16 08:51:43
Score: 2
Natty:
Report link

The latest getopt portable implementation written by mingw-w64 project is on:

https://sourceforge.net/p/mingw-w64/mingw-w64/ci/master/tree/mingw-w64-crt/misc/getopt.c https://sourceforge.net/p/mingw-w64/mingw-w64/ci/master/tree/mingw-w64-headers/crt/getopt.h

Just compile the getopt.c with your code's target object together. I've tried it on Visual Studio 2022 CMake Project and it works fine.

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: yakamoz423