We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
c_char
1 parent 04b2aab commit e81ebb9Copy full SHA for e81ebb9
src/tools/miri/README.md
@@ -592,7 +592,7 @@ extern "Rust" {
592
/// `out` must point to at least `out_size` many bytes, and the result will be stored there
593
/// with a null terminator.
594
/// Returns 0 if the `out` buffer was large enough, and the required size otherwise.
595
- fn miri_host_to_target_path(path: *const c_char, out: *mut c_char, out_size: usize) -> usize;
+ fn miri_host_to_target_path(path: *const std::ffi::c_char, out: *mut std::ffi::c_char, out_size: usize) -> usize;
596
}
597
```
598
0 commit comments