1
2
3
4
5
6
7
use crate::cchar;

pub use crate::std::string::*;

extern "C" {
    pub fn strdup(cs: *const cchar) -> *mut cchar;
}