ncplane_vprintf_aligned

Function ncplane_vprintf_aligned 

Source
pub unsafe extern "C" fn ncplane_vprintf_aligned(
    n: *mut ncplane,
    y: c_int,
    align: ncalign_e,
    format: *const c_char,
    ap: *mut __va_list_tag,
) -> c_int
Expand description

The ncplane equivalents of printf(3) and vprintf(3).