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 [...]

Thursday, August 27th, 2009 at 00:10 | Comments Off
Categories: c
TOP