CLOSE(2) System Calls Manual CLOSE(2)

close - close a file descriptor

int close(int fildes);

close() closes a file descriptor so it can be reused.

close() return 0 on success and -1 on error.

creat(2), open(2), pipe(2)

29 Ventôse CCXXXII