Source code

Revision control

Copy as Markdown

Other Tools

use cstr::cstr;
fn main() {
let _foo = cstr!("foo\0bar");
}