Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

main.cpp

Go to the documentation of this file.
00001 
00002 
00003 #ifdef HAVE_CONFIG_H
00004 #include <config.h>
00005 #endif
00006 
00007 #include <stdio.h>
00008 #include <stdlib.h>
00009 
00010 int main(int argc, char *argv[])
00011 {
00012   printf("%s started with %i arguements", argv[0], argc);
00013 
00014   return EXIT_SUCCESS;
00015 }

Generated on Mon Apr 28 15:06:36 2008 for openModellerDesktop by  doxygen 1.4.1-20050210