mirror of
https://github.com/openharmony/third_party_rust_bindgen.git
synced 2026-08-26 21:21:14 -04:00
c1e7498e84
Signed-off-by: a30054014 <aipeng3@huawei.com>
6 lines
185 B
C
6 lines
185 B
C
// bindgen-flags: --rust-target=1.0
|
|
|
|
const char* MY_STRING_UTF8 = "Hello, world!";
|
|
const char* MY_STRING_INTERIOR_NULL = "Hello,\0World!";
|
|
const char* MY_STRING_NON_UTF8 = "ABCDE\xFF";
|