Book Shelf
|
This file contains the main entry point for the application. More...
Functions | |
int | main (int argc, char *argv[]) |
The main entry point for the application. | |
This file contains the main entry point for the application.
int main | ( | int | argc, |
char * | argv[] ) |
The main entry point for the application.
argc | The number of command line arguments. |
argv | The command line arguments. |