Functions | Variables

yapet/main.cc File Reference

The file holding the 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 [] = "along with this program. If not, see <http://www.gnu.org/licenses/>.\n"

Detailed Description

Holds the main() function. It does also process command line arguments and initialize curses.

Definition in file main.cc.


Function Documentation

int main ( int  argc,
char **  argv 
)
void set_rlimit (  ) 

Definition at line 122 of file main.cc.

Referenced by main().

Here is the caller graph for this function:

void show_copyright (  ) 

Definition at line 198 of file main.cc.

References COPYRIGHT.

Referenced by main().

Here is the caller graph for this function:

void show_help ( char *  prgname  ) 

Definition at line 202 of file main.cc.

References show_version().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

void show_version (  ) 

Definition at line 154 of file main.cc.

Referenced by main(), and show_help().

Here is the caller graph for this function:


Variable Documentation

const char COPYRIGHT[] = "along with this program. If not, see <http://www.gnu.org/licenses/>.\n"

Definition at line 105 of file main.cc.

Referenced by show_copyright().