P99
#define P99_PRI (   xT,
  F,
  LEN 
)
Value:
P99_CHOOSE5(xT,                                                \
            "%" #LEN "hh" #F,                                  \
            "%" #LEN "h" #F,                                   \
            "%" #LEN "" #F,                                    \
            "%" #LEN "l" #F,                                   \
            "%" #LEN "ll" #F)
Remarks:
argument 0 maybe evaluated several times for its type but only once for its value

Definition at line 1146 of file p99_int.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines