extern fn puts(message: string) -> i32; pub fn print(message: string) { puts(message); }