mirror of
https://github.com/openharmony/third_party_rust_bindgen.git
synced 2026-07-22 15:35:27 -04:00
1213b3dfb1
remove `clap` dependency 🎉
update the book installation instructions
7 lines
84 B
C++
7 lines
84 B
C++
|
|
void foo(const char* fmt, ...);
|
|
|
|
struct Bar {
|
|
void foo(const char* fmt, ...);
|
|
};
|