devela_base_alloc 0.26.0

base alloc shared functionality for devela
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// devela_base_alloc::lang::prog::ffi::c
//
#![doc = crate::_DOC_LANG_PROG_FFI_C!()] // public
#![doc = crate::_doc!(modules: crate::lang::prog::ffi; c)]
#![doc = crate::_doc!(flat:"lang")]
#![doc = crate::_doc!(extends: ffi)]
//

mod _reexport; // SYMLINK from /src/lang/prog/ffi/c/_reexport_alloc.rs

crate::structural_mods! { // _reexports
    _reexports {
        pub use super::_reexport::*;
    }
}