Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dinttypes.h32 #define __PRI8LEAST(x) __LEAST8 __STRINGIFY(x) macro
71 #define PRIdLEAST8 __PRI8LEAST(d)
72 #define PRIiLEAST8 __PRI8LEAST(i)
73 #define PRIoLEAST8 __PRI8LEAST(o)
74 #define PRIuLEAST8 __PRI8LEAST(u)
75 #define PRIxLEAST8 __PRI8LEAST(x)
76 #define PRIXLEAST8 __PRI8LEAST(X)