Function sizeof_specifier

Function Documentation

usize sizeof_specifier(const byte*)

Size of the type of a printf-style format specifer. e.g. sizeof_specifier("hx") == sizeof(unsigned short int);.