Skip to main content

lbfgsb_sys/
string.rs

1use libc::{c_char};
2
3extern "C"{
4    pub fn stringfy_(s: *mut c_char);
5}