Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
f632b83e590821e6520206fc81c8e0a0d3c120b7
/
.
/
bindgen-tests
/
tests
/
headers
/
strings_array.h
blob: fa7bf561fae5b61185b8e49ae36c7d564787e6ef [
file
] [
log
] [
blame
]
const
char
*
MY_STRING_UTF8
=
"Hello, world!"
;
const
char
*
MY_STRING_INTERIOR_NULL
=
"Hello,\0World!"
;
const
char
*
MY_STRING_NON_UTF8
=
"ABCDE\xFF"
;