Open ashp0 opened 3 years ago
It can print hex, numbers and strings example
printf("%x_%d_%s_%c", 0xFA, 50, "Hi", 'C');
It can print hex, numbers and strings example