// 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.
//
// SYMLINK to /crates/base/core/src/lang/prog/ffi/c/_reexport.rs
// SYMLINK to /crates/base/alloc/src/lang/prog/ffi/c/_reexport.rs
cratestructural_mods!