P99

◆ P99_SPRINTF

#define P99_SPRINTF (   S,
  FORMAT,
  ... 
)    sprintf(S, FORMAT, P99_FORMATS(__VA_ARGS__))
Remarks
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
argument 4 maybe evaluated several times for its type but only once for its value

Definition at line 1445 of file p99_generic.h.