Amesos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
run_pk.c
Go to the documentation of this file.
1 int PK_main(int argc, char **argv) ;
2 
3 int main(int argc, char **argv) {
4  return ( PK_main( argc, argv ) ) ;
5 }
6 
int PK_main(int argc, char **argv)
int main(int argc, char *argv[])