os-series icon indicating copy to clipboard operation
os-series copied to clipboard

Added `printf` function

Open ashp0 opened this issue 3 years ago • 0 comments

It can print hex, numbers and strings example

printf("%x_%d_%s_%c", 0xFA, 50, "Hi", 'C');

ashp0 avatar Jul 31 '21 18:07 ashp0