• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // bindgen-flags: --rust-target=1.59 --generate-cstr
2 
3 const char* MY_STRING_UTF8 = "Hello, world!";
4 const char* MY_STRING_INTERIOR_NULL = "Hello,\0World!";
5 const char* MY_STRING_NON_UTF8 = "ABCDE\xFF";
6