mirror of
https://github.com/openharmony/third_party_rust_bindgen.git
synced 2026-08-27 13:37:17 -04:00
1213b3dfb1
remove `clap` dependency 🎉
update the book installation instructions
10 lines
163 B
C++
10 lines
163 B
C++
extern bool Evaluate(char r);
|
|
extern bool Evaluate(int x, int y);
|
|
|
|
namespace foo {
|
|
extern void MyFunction();
|
|
}
|
|
namespace bar {
|
|
extern void MyFunction();
|
|
}
|