APG
… an ABNF Parser Generator
|
Driver for the OData example. More...
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Main function for the basic application. More... | |
Driver for the OData example.
Definition in file main.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
Main function for the basic application.
This example has several cases. Run the main program with no arguments to see a help screen with usage and a list of the cases with a brief description of each.
argc | The number of command line arguments. |
argv | An array of pointers to the command line arguments. |