P99

◆ P99_FPRINTF

#define P99_FPRINTF (   F,
  FORMAT,
  ... 
)    fprintf(F, 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 1439 of file p99_generic.h.