mirror of
https://github.com/openharmony/third_party_rust_bindgen.git
synced 2026-07-21 07:05:24 -04:00
1213b3dfb1
remove `clap` dependency 🎉
update the book installation instructions
7 lines
219 B
C
7 lines
219 B
C
// bindgen-unstable
|
|
|
|
/** The point of this test is to _not_ generate these functions. */
|
|
|
|
inline static int myadd(const int x, const int y) { return x + y; }
|
|
static int mysub(const int x, const int y) { return x - y; }
|