to_sq_string

Macro to_sq_string 

Source
macro_rules! to_sq_string {
    ($value:expr) => { ... };
}
👎Deprecated: the name is kinda misleading. use to_c_string instead.
Expand description