• Main Page
  • Namespaces
  • Data Structures
  • Files
  • File List

/www/proggenOrg/dedupe/export/trunk/userinterface/gui/ncurses/main.cpp

00001 // NCures "Hello World!" program, taken from
00002 // http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/helloworld.html
00003 #include <curses.h>
00004 #include "implementation.h"
00005 
00006 int main( int argc, char *argv[] )
00007 {
00008   Dedupe::GUI::NCursesMain gui( argc, argv );
00009   return gui.exec();
00010 }
00011 

Generated on Mon Mar 11 2013 12:04:52 for Dedupe by  doxygen 1.7.1