#include <unistd.h> int close (int fildes); #include <stdio.h> int fclose (FILE *stream);
Листинг 5.3. Описание функций close() и fclose().