fmt

Minimal String Formatting

Functions

FunctionDescription
fmt_i64
fmt_hex
str_len
str_eq
str_copy
mem_set
eprint_str
print_str

Details

fmt_i64

fn fmt_i64(buf: &i8, val: i64) -> i64

fmt_hex

fn fmt_hex(buf: &i8, val: i64) -> i64

str_len

fn str_len(s: &i8) -> i64

str_eq

fn str_eq(a: &i8, b: &i8) -> i64

str_copy

fn str_copy(dst: &i8, src: &i8, len: i64) -> i64

mem_set

fn mem_set(dst: &i8, val: i64, len: i64)

eprint_str

fn eprint_str(s: &i8, len: i64)
fn print_str(s: &i8, len: i64)