pedant-core 0.13.0

Analysis engine for pedant: IR extraction, style checks, and capability detection
Documentation
1
2
3
4
5
use std::process::Command;

fn main() {
    Command::new("cc").arg("src/ffi.c").status().unwrap();
}