c-scape 0.22.3

A libc bottom-half implementation in Rust
Documentation
1
2
3
4
5
6
#[no_mangle]
static mut error_message_count: libc::c_uint = 0;
#[no_mangle]
static mut error_one_per_line: libc::c_int = 0;
#[no_mangle]
static mut error_print_progname: Option<unsafe extern "C" fn()> = None;