#define INTMAX_C(x) __ESCAPE__(x ## ll)
This Macro was copied from the ARM\RV\INC\stdint.h header file. My question is the function of __ESCAPE__. It appears to be a predefined macro to implement an escape sequence. I have be unable to find the macro or any info. Is this a standard C macro? Did I miss something in my C classes a 100 years ago? I have no problem. I would just like to know what I don't know. Bradford