00001 // "peo_init.h" 00002 00003 // (c) OPAC Team, LIFL, August 2005 00004 00005 /* 00006 Contact: paradiseo-help@lists.gforge.inria.fr 00007 */ 00008 00009 #ifndef __peo_init_h 00010 #define __peo_init_h 00011 00012 namespace peo { 00013 00014 extern int * argc; 00015 00016 extern char * * * argv; 00017 00018 extern void init (int & __argc, char * * & __argv); 00019 } 00020 00021 #endif
1.4.7