Update path for argument.
This commit is contained in:
parent
990596fa28
commit
44d34e87fa
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ pub unsafe fn compare_bytes(a: *const u8, b: *const u8, n: usize) -> i32 {
|
|||
}
|
||||
|
||||
#[inline(always)]
|
||||
pub unsafe fn c_string_length(s: *const std::ffi::c_char) -> usize {
|
||||
pub unsafe fn c_string_length(s: *const core::ffi::c_char) -> usize {
|
||||
let mut n: usize;
|
||||
|
||||
asm!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue