I need to
printf(%?d)
Where '?' is some int. How can I do it? I'm using pure c. I've tried to work with const char* array. But there was no result.
I need to
printf(%?d)
Where '?' is some int. How can I do it? I'm using pure c. I've tried to work with const char* array. But there was no result.