Function faithe::internal::read_string
source · [−]pub unsafe fn read_string<'a>(ptr: *const i8) -> Result<&'a str, FaitheError>
Expand description
Reads zero terminated string at ptr
.
pub unsafe fn read_string<'a>(ptr: *const i8) -> Result<&'a str, FaitheError>
Reads zero terminated string at ptr
.