#[no_mangle]
pub unsafe extern "C" fn ax_println_str(
    buf: *const c_char,
    count: usize
) -> c_int
Available on crate feature cbindings only.
Expand description

Printf a string to the global standard output stream. Add a line break.