paradiseo/trunk/paradiseo-peo/examples/shared/param.h

14 lines
212 B
C

// "param.h"
// (c) OPAC Team, LIFL, January 2006
/*
Contact: paradiseo-help@lists.gforge.inria.fr
*/
#ifndef __param_h
#define __param_h
extern void loadParameters (int __argc, char * * __argv);
#endif