Posts Tagged ‘fclose’
close – close a file descriptor
USAGE
#include <unistd.h>
int close(int fd);
DESCRIPTION
close() closes a file descriptor, so that it no longer refers to any
file and may be [...]
Categories: c
close – close a file descriptor
USAGE
#include <unistd.h>
int close(int fd);
DESCRIPTION
close() closes a file descriptor, so that it no longer refers to any
file and may be [...]