mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
export buf_len from ptr
This commit is contained in:
parent
46e358f012
commit
5b308ec24a
@ -9,6 +9,8 @@ export is_null;
|
||||
export is_not_null;
|
||||
export memcpy;
|
||||
export memmove;
|
||||
export buf_len;
|
||||
export position;
|
||||
|
||||
import libc::c_void;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user