Module libc

Module libc 

Source
Available on crate feature unix only.
Expand description

libc specifics

These are all re-exports from the libc crate and are intended for local use w/ APIs that uses a C-like ABI, like ALSA.

Structs§

pollfd

Enums§

c_void
Equivalent to C’s void type when used as a pointer.

Constants§

EFD_NONBLOCK
POLLIN
POLLOUT

Functions§

eventfd
free
poll
read
write

Type Aliases§

c_char
c_int
c_long
c_short
c_uint
c_ulong
nfds_t