pub unsafe extern "C" fn ncdirect_printf_aligned(
n: *mut ncdirect,
y: c_int,
align: ncalign_e,
fmt: *const c_char,
...
) -> c_intExpand description
Formatted printing (plus alignment relative to the terminal). Returns the number of columns printed on success.