Preprocessor macro expanding to a string
#include <SYS/TYPES.H>
__16_format
This macro expands to a format string qualifier that specifies printf or scanf arguments for __s16 or __u16 types. Because different architectures have different definitions for these types, an extra definition for the qualifier is needed.
__u16 variable = 3;
_printf("%"__16_format"u\n", variable);