add debugging

This commit is contained in:
Duke Leto
2021-07-06 22:25:47 -04:00
parent 86ce11ff2c
commit f872c0af6b
2 changed files with 40 additions and 35 deletions

View File

@@ -223,4 +223,4 @@ pub extern fn litelib_rust_free_string(s: *mut c_char) {
if s.is_null() { return }
CString::from_raw(s)
};
}
}