#![allow(clippy::needless_return, clippy::field_reassign_with_default)]
mod c_bindings;
mod crunningfunction;
mod cstruct;
mod ctype;
mod cutilityfunction;
mod cvariable;
mod randomcfile;
mod statics;
mod random_string;
pub use crate::randomcfile::*;
pub use crate::random_string::*;