Macro mpc::c_str [] [src]

macro_rules! c_str {
    ($str:expr) => { ... };
}

Convert a rustic string (whether &str or String) to C's const char*