
Go to the source code of this file.
Data Structures | |
| struct | Options |
Defines | |
| #define | HERAIA_AUTHORS "Olivier Delhomme" |
| #define | HERAIA_DATE "20 02 2005" |
| #define | HERAIA_LICENSE "GPL" |
| #define | HERAIA_VERSION "0.0.4 (24.08.2008)" |
Variables | |
| static struct option const | long_options [] |
| #define HERAIA_AUTHORS "Olivier Delhomme" |
| #define HERAIA_VERSION "0.0.4 (24.08.2008)" |
struct option const long_options[] [static] |
Initial value:
{
{"version", no_argument, NULL, 'v'},
{"help", no_argument, NULL, 'h'},
{NULL, 0, NULL, 0}
}
Definition at line 38 of file heraia.h.
Referenced by manage_command_line_options().
1.5.6