P99

◆ P99_PRAGMA_DO

#define P99_PRAGMA_DO (   PRAG,
  TYPE,
  VAR,
  LOW,
  LEN,
  INCR 
)    for(;;)

as P99_DO but allows you to additionally place a pragma directive in front of the generated for loop

Warning
Just placing a #pragma directive directly in front of P99_DO will not work because of syntactic restrictions

Definition at line 897 of file p99_for.h.