nc 0.8.13

Access system calls directly
Documentation
// Copyright (c) 2022 Xu Shaohua <shaohua@biofan.org>. All rights reserved.
// Use of this source is governed by Apache-2.0 License that can be found
// in the LICENSE file.

mod _blkcnt_t;
mod _blksize_t;
mod _clock_t;
mod _dev_t;
mod _fd_def;
mod _fsblkcnt_t;
mod _fsfilcnt_t;
mod _gid_t;
mod _id_t;
mod _in_addr_t;
mod _in_port_t;
mod _ino64_t;
mod _ino_t;
mod _iovec_t;
mod _key_t;
mod _mode_t;
mod _nlink_t;
mod _o_dsync;
mod _o_sync;
mod _off_t;
mod _pid_t;
mod _ptrdiff_t;
mod _s_ifmt;
mod _sa_family_t;
mod _seek_set;
mod _sigset_t;
mod _size_t;
mod _socklen_t;
mod _ssize_t;
mod _suseconds_t;
mod _time_t;
mod _timespec;
mod _timeval;
mod _timeval32;
mod _timeval64;
mod _uid_t;
mod _useconds_t;
mod _uuid_t;

pub use _blkcnt_t::*;
pub use _blksize_t::*;
pub use _clock_t::*;
pub use _dev_t::*;
pub use _fd_def::*;
pub use _fsblkcnt_t::*;
pub use _fsfilcnt_t::*;
pub use _gid_t::*;
pub use _id_t::*;
pub use _in_addr_t::*;
pub use _in_port_t::*;
pub use _ino64_t::*;
pub use _ino_t::*;
pub use _iovec_t::*;
pub use _key_t::*;
pub use _mode_t::*;
pub use _nlink_t::*;
pub use _o_dsync::*;
pub use _o_sync::*;
pub use _off_t::*;
pub use _pid_t::*;
pub use _ptrdiff_t::*;
pub use _s_ifmt::*;
pub use _sa_family_t::*;
pub use _seek_set::*;
pub use _sigset_t::*;
pub use _size_t::*;
pub use _socklen_t::*;
pub use _ssize_t::*;
pub use _suseconds_t::*;
pub use _time_t::*;
pub use _timespec::*;
pub use _timeval::*;
pub use _timeval32::*;
pub use _timeval64::*;
pub use _uid_t::*;
pub use _useconds_t::*;
pub use _uuid_t::*;