1 2 3 4 5 6
//! Competition Control unsafe extern "system" { pub fn vexCompetitionStatus() -> u32; pub fn vexCompetitionControl(data: u32); }