Macro rquickjs_core::cstr
source · macro_rules! cstr { ($str:tt) => { ... }; }
Expand description
Short macro to define a cstring literal.
Make sure the string does not contain internal null characters or it will end early.
macro_rules! cstr { ($str:tt) => { ... }; }
Short macro to define a cstring literal.
Make sure the string does not contain internal null characters or it will end early.