xref: /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/issue-1375-prefixed-functions.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
112a9d9c8Sopenharmony_ci// bindgen-parse-callbacks: remove-function-prefix-my_custom_prefix_
212a9d9c8Sopenharmony_ci
312a9d9c8Sopenharmony_ciextern const int my_custom_prefix_var_const_name;
412a9d9c8Sopenharmony_ci
512a9d9c8Sopenharmony_ciextern int my_custom_prefix_var_mut_name;
612a9d9c8Sopenharmony_ci
712a9d9c8Sopenharmony_civoid my_custom_prefix_function_name(const int x);
812a9d9c8Sopenharmony_ci
9

Indexes created Thu Nov 07 10:32:03 CST 2024