28 extern struct jx *jx_optarg;
42 int jx_getopt(
int argc,
char *
const argv[],
const char *optstring,
const struct option *longopts,
int *longindex);
int jx_getopt(int argc, char *const argv[], const char *optstring, const struct option *longopts, int *longindex)
Parse the next argument.
JSON Expressions (JX) library.
JX value representing any expression type.
Definition: jx.h:117
void jx_getopt_push(struct jx *j)
Process command lines from a JX document.