Monday, 14 January 2013

close() system call


close() system call

􀁺 To close a channel, use the close() system
call. The prototype for the close() system call
is:
int close(file_descriptor)
int file_descriptor;

No comments:

Post a Comment