#[no_mangle]
pub extern "C" fn ttbc_output_putc(
    es: &mut CoreBridgeState<'_>,
    handle: *mut OutputHandle,
    c: c_int
) -> c_int
Expand description

Write a single character to a Tectonic output file.