Macro mallocstr

Source
macro_rules! mallocstr {
    ($s:expr) => { ... };
}
Expand description

Allocate *mut i8 to be sent as a pointer to a string.