win-c
win-c copied to clipboard
getopt / getopt_long for Windows Visual C/C++ (MIT LICENSE)
Results
1
win-c issues
Sort by
recently updated
recently updated
newest added
``` getopt.c:177:70: error: '&&' within '||' [-Werror,-Wlogical-op-parentheses] (optstring[0] == '-' || optstring[0] == '+') && ``` Add more ( ) ``` if(optstring[0] == ':' || ((optstring[0] == '-' || optstring[0]...