main()
function.
More...
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
void | set_rlimit () |
void | show_copyright () |
void | show_help (char *prgname) |
void | show_version () |
Variables | |
const char | COPYRIGHT [] |
main()
function. It does also process command line arguments and initialize curses.
Definition in file main.cc.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 208 of file main.cc.
References YAPETUI::BaseWindow::endCurses(), endswith(), YAPETUI::BaseWindow::initCurses(), MainWindow::run(), set_rlimit(), show_copyright(), show_help(), and show_version().
void show_copyright | ( | ) |
void show_help | ( | char * | prgname | ) |
void show_version | ( | ) |
const char COPYRIGHT[] |
Initial value:
"YAPET -- Yet Another Password Encryption Tool\n" \ "Copyright (C) 2008 Rafael Ostertag\n" \ "\n" \ "This program is free software: you can redistribute it and/or modify\n" \ "it under the terms of the GNU General Public License as published by\n" \ "the Free Software Foundation, either version 3 of the License, or\n" \ "(at your option) any later version.\n" \ "\n" \ "This program is distributed in the hope that it will be useful,\n" \ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" \ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" \ "GNU General Public License for more details.\n" \ "\n" \ "You should have received a copy of the GNU General Public License\n" \ "along with this program. If not, see <http://www.gnu.org/licenses/>.\n"
Definition at line 102 of file main.cc.
Referenced by show_copyright().