P99

◆ P99_PRINTF

#define P99_PRINTF (   FORMAT,
  ... 
)    printf(FORMAT, P99_FORMATS(__VA_ARGS__))
Remarks
argument 1 maybe evaluated several times for its type but only once for its value
argument 2 maybe evaluated several times for its type but only once for its value
argument 3 maybe evaluated several times for its type but only once for its value

Definition at line 1433 of file p99_generic.h.