MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / c_int

Function c_int

src/backend/linux_raw/conv.rs:249–251  ·  view source on GitHub ↗
(i: c::c_int)

Source from the content-addressed store, hash-verified

247/// Be sure to use `raw_fd` to pass `RawFd` values.
248#[inline]
249pub(super) fn c_int<'a, Num: ArgNumber>(i: c::c_int) -> ArgReg<'a, Num> {
250 pass_usize(i as usize)
251}
252
253/// Convert a `c_uint` into an `ArgReg`.
254#[inline]

Callers

nothing calls this directly

Calls 1

pass_usizeFunction · 0.85

Tested by

no test coverage detected