Sophie

Sophie

distrib > Mandriva > current > i586 > by-pkgid > b5d6e5e84fc6929edbdeef5ef92c2500 > files > 1953

boost-examples-1.42.0-3.2mdv2010.1.i586.rpm

#include <boost/test/prg_exec_monitor.hpp> // this header is optional

//____________________________________________________________________________//

int cpp_main( int, char* [] ) // note the name
{
    return 5;
}

//____________________________________________________________________________//