HomeManualTopicsTypesSymbols

std::close

closes the specified file without returning success status

Parameter

fd
the file descriptor

Results

None

Description

This function needs I/O-access rights.

Topic

POSIX

See also

std::fsync flushes all buffers associated with the file descriptor
std::mkfifo creates a FIFO
std::open opens a file
std::read a low level read function
std::write a low level write function