We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04b6fa commit c3ff4d3Copy full SHA for c3ff4d3
ketopt.c
@@ -1,7 +1,7 @@
1
#include <string.h> /* for strchr() and strncmp() */
2
#include "ketopt.h"
3
4
-ketopt_t KETOPT_INIT = { 1, 0, 0, 1, 0, 0 };
+ketopt_t KETOPT_INIT = { 1, 0, 0, -1, 1, 0, 0 };
5
6
static void ketopt_permute(char *argv[], int j, int n) /* move argv[j] over n elements to the left */
7
{
0 commit comments