MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / klog_int_output

Function klog_int_output

tests/integration/platform_stdlib.rs:420–432  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

418 a[0] = 65
419 a[1] = 66
420 a[2] = 67
421 b[0] = 65
422 b[1] = 66
423 b[2] = 67
424 a_ptr: u8* = &a[0]
425 b_ptr: u8* = &b[0]
426 result: i32 = mem.cmp(a_ptr, b_ptr, 3)
427 if result == 0 {
428 console.putchar(80)
429 console.putchar(65)
430 console.putchar(83)
431 console.putchar(83)
432 }
433 return 0
434}
435"#,

Callers

nothing calls this directly

Calls 1

run_withFunction · 0.85

Tested by

no test coverage detected