Defined in File common.h
sizeof_specifier
Size of the type of a printf-style format specifer. e.g. sizeof_specifier("hx") == sizeof(unsigned short int);.
printf
sizeof_specifier("hx") == sizeof(unsigned short int);
Contents: