56 printf ("%s", buffer);
57 *buffer = 0;
58 }
59
60 fclose (f);
61
61 return EXIT_SUCCESS;
62 return EXIT_SUCCESS;
62 }
63 }