P99

◆ P99_SNPRINTF

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

Definition at line 1451 of file p99_generic.h.