Home
last modified time | relevance | path

Searched refs:print_hello_world (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/build/rust/tests/test_cdylib_crate/src/
H A Dmain.c20 print_hello_world(); in main()
H A Dsimple_printer.h19 void print_hello_world(void);
H A Dsimple_printer.rs20 pub extern "C" fn print_hello_world() { in print_hello_world() function
/ohos5.0/build/rust/tests/test_staticlib_crate/src/
H A Dmain.c20 print_hello_world(); in main()
H A Dsimple_printer.h19 void print_hello_world(void);
H A Dsimple_printer.rs20 pub extern "C" fn print_hello_world() { in print_hello_world() function