#include <argparse.h>
#include <nt.h>
Go to the source code of this file.
Functions | |
int | main (int argc, const char **argv) |
Variables | |
static const char * | usageText [] |
struct argparse_option | arg_options [] |
Function Documentation
int main | ( | int | argc, |
const char ** | argv | ||
) |
Definition at line 114 of file readcapfile_example.c.
Variable Documentation
|
static |
Initial value:
Definition at line 100 of file readcapfile_example.c.
Referenced by main().
struct argparse_option arg_options[] |