/** showoptions.c **/ #include int main(int argc,char *argv[]) { gnome_init("showoptions","1.0",argc,argv); exit(0); }