00001 #ifndef __MAIN_H 00002 #define __MAIN_H 00003 00004 00005 int main(int argc, char **argv); 00006 00007 00008 #endif