Home
last modified time | relevance | path

Searched refs:__PRI16LEAST (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/newlib/libc/include/
Dinttypes.h124 #define __PRI16LEAST(x) __LEAST16 __STRINGIFY(x) macro
145 #define PRIdLEAST16 __PRI16LEAST(d)
146 #define PRIiLEAST16 __PRI16LEAST(i)
147 #define PRIoLEAST16 __PRI16LEAST(o)
148 #define PRIuLEAST16 __PRI16LEAST(u)
149 #define PRIxLEAST16 __PRI16LEAST(x)
150 #define PRIXLEAST16 __PRI16LEAST(X)