dlib.filesystem.posix.common

Undocumented in source.

Public Imports

core.sys.posix.dirent
public import core.sys.posix.dirent;
core.sys.posix.fcntl
public import core.sys.posix.fcntl;
core.sys.posix.sys.stat
public import core.sys.posix.sys.stat;
core.sys.posix.sys.types
public import core.sys.posix.sys.types;
core.sys.posix.unistd
public import core.sys.posix.unistd;

Members

Aliases

lseek
alias lseek = lseek64
Undocumented in source.
off_t
alias off_t = off64_t
Undocumented in source.
open
alias open = open64
Undocumented in source.
stat_
alias stat_ = stat64
Undocumented in source.
stat_
alias stat_ = stat
Undocumented in source.
stat_t
alias stat_t = stat64_t
Undocumented in source.

Meta