XXII. Direct IO functions

Undocumented

Table des matières
dio_open -- Open a new filename with specified permissions of flags and creation permissions of mode
dio_read -- Read n bytes from fd and return them, if n is not specified, read 1k
dio_write -- Write data to fd with optional truncation at length
dio_truncate -- Truncate file descriptor fd to offset bytes
dio_stat -- Get stat information about the file descriptor fd
dio_seek -- Seek to pos on fd from whence
dio_fcntl -- Perform a c library fcntl on fd
dio_close -- Close the file descriptor given by fd