Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
2e7bbcfdbb487100f58d682a39dda3583fbde517
/
.
/
bindgen-tests
/
tests
/
headers
/
issue-1375-prefixed-functions.h
blob: cc37c8ad8053447bf79c81a9783ae9ae41700485 [
file
]
// bindgen-parse-callbacks: remove-function-prefix-my_custom_prefix_
extern
const
int
my_custom_prefix_var_const_name
;
extern
int
my_custom_prefix_var_mut_name
;
void
my_custom_prefix_function_name
(
const
int
x
);