00001 #ifndef VERIFY_H 00002 #define VERIFY_H 00003 00004 00005 #ifdef __cplusplus 00006 extern "C" { 00007 #endif 00008 00009 int MAIN2(int, char **); 00010 00011 #ifdef __cplusplus 00012 } 00013 #endif 00014 00015 #endif//