// devela::lang::prog::ffi::c
//
// public
//!
//! Provides C-compatible types, constants, and symbols used when calling
//! C or POSIX APIs. These definitions mirror the C standard and POSIX
//! specifications, forming the low-level interface for FFI with libc and
//! other C-based libraries.
//
// c_mode_t, c_off_t
cratestructural_mods!