Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
e23f0a7ad6fe7a394cd83f92979eb5871a040052
/
.
/
bindgen-tests
/
tests
/
headers
/
strings_cstr.h
blob: 8b1d40e689145789f19b42304cf8f47ba89c2dfc [
file
] [
log
] [
blame
]
// bindgen-flags: --rust-target=1.59 --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"
;