macro_rules! c_string {
    ($str:expr) => { ... };
}
Expand description

Create a static C string. Will automatically add a nul terminator.