Function rust_raylib::ffi::TextLength
source · pub unsafe extern "C" fn TextLength(text: *const c_char) -> c_uint
Expand description
Get text length, checks for ‘\0’ ending
pub unsafe extern "C" fn TextLength(text: *const c_char) -> c_uint
Get text length, checks for ‘\0’ ending