Skip to main content

c_off_t

Type Alias c_off_t 

Source
pub type c_off_t = i64;
Expand description

⚙️ Equivalent to C’s off_t type.


📍 lang/ffi/c


POSIX signed integer type used to represent file offsets and sizes.