abc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
base/main/main.c File Reference

Go to the source code of this file.

Functions

int Abc_RealMain (int argc, char *argv[])
 
int main (int argc, char *argv[])
 GLOBAL VARIABLES ///. More...
 

Function Documentation

int Abc_RealMain ( int  argc,
char *  argv[] 
)
int main ( int  argc,
char *  argv[] 
)

GLOBAL VARIABLES ///.

MACRO DEFINITIONS ///FUNCTION DEFINITIONS ///

Definition at line 3 of file base/main/main.c.

4 {
5  return Abc_RealMain(argc, argv);
6 }
int Abc_RealMain(int argc, char *argv[])