Considering the following string:
Page 1 of 100
Where 1
and 100
are not fixed values.
How could I define a C macro in order to render that string by passing the two values as arguments?
To be clear, the format has to be as follows:
#define PAGE_IDX_MACRO(x,y)