import SystemPackage
Coverage
Declarations
Interfaces
enum CInterop
A namespace for C and platform types
@frozen struct Errno
An error number used by system calls to communicate what kind of error occurred.
@frozen struct FileDescriptor
An abstract handle to an input or output data resource, such as a file or a socket.
struct FilePath
Represents a location in the file system.
@frozen struct FilePermissions
The access permissions for a file.
typealias CModeT = UInt32
The C mode_t type.
mode_t
import CSystem