closes the specified file without returning success status
None
This function needs I/O-access rights.
| 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 |