File: empty.rs

package info (click to toggle)
rust-cstr 0.2.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 55 bytes parent folder | download | duplicates (40)
1
2
3
4
5
use cstr::cstr;

fn main() {
    let _foo = cstr!();
}