print

Function print 

Source
pub unsafe fn print(
    text: *const u8,
    x: i32,
    y: i32,
    color: i32,
    fixed: bool,
    scale: i32,
    alt: bool,
) -> i32
Expand description

ยงSafety:

This is normally an external function that is unsafe