Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
2e7bbcfdbb487100f58d682a39dda3583fbde517
/
.
/
bindgen-tests
/
tests
/
headers
/
strings_cstr2_2018.h
blob: 67d117a1bc1ae99e508a797365d54131762ce8bf [
file
]
// bindgen-flags: --rust-target=1.77 --rust-edition=2018 --generate-cstr
const
char
*
MY_STRING_UTF8
=
"Hello, world!"
;
const
char
*
MY_STRING_INTERIOR_NULL
=
"Hello,\0World!"
;
const
char
*
MY_STRING_NON_UTF8
=
"ABCDE\xFF"
;