Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/main
/
.
/
bindgen-tests
/
tests
/
headers
/
issue-1375-prefixed-functions.h
blob: cc37c8ad8053447bf79c81a9783ae9ae41700485 [
file
] [
log
] [
blame
] [
edit
]
// 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
);