85 noecho ();
86 x = fucnt (win);
87 endwin ();
88
89 printf ("\n");
90 return 0;
90
91 return EXIT_SUCCESS;
91 }
92 }