SCNi8 Constant

inttypes.h

#define SCNi8 "hi"

Format specifier for scanning an integer of type int8_t or uint8_t written as a signed decimal integer.

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