00001 #include <sam/common/mvcp.hpp> 00002 00003 int main( int argc, char** argv ) 00004 { 00005 sammvcp( argc, argv ); 00006 return 0; 00007 } 00008