Functions | Variables
test_getopt_long.c File Reference
#include <stdio.h>
#include <assert.h>
#include <vl/getopt_long.h>
Include dependency graph for test_getopt_long.c:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])

Variables

int daggerset
static struct option longopts []

Function Documentation

int main ( int argc  ,
char *  argv[] 
)

Definition at line 28 of file test_getopt_long.c.


Variable Documentation

int daggerset

Definition at line 14 of file test_getopt_long.c.

struct option longopts[] [static]
Initial value:
 {
  { "help",         no_argument,            0,           'h' },
  { "buffy",        no_argument,            0,           'b' },
  { "fluoride",     required_argument,      0,           'f' },
  { "daggerset",    no_argument,            &daggerset,   1000  },
  { "daggerunset",  no_argument,            &daggerset,   1001  },
  { "spike",        optional_argument,      0,            1002  },
  { NULL,           0,                      0,            0  }
}

Definition at line 17 of file test_getopt_long.c.



libvlfeat
Author(s): Andrea Vedaldi
autogenerated on Thu Jun 6 2019 20:25:52