SCNd16 Constant

inttypes.h

#define SCNd16 "hd"

Format specifier for scanning an integer of type int16_t or uint16_t written as a signed decimal integer.

This definition is the same as SCNi16. Definition mandated by the C99 standard.