P99

◆ P99_ATLEAST

#define P99_ATLEAST   static

Specify for array parameters that they have a least a given number of elements.

This is an addition through an abuse of the static keyword that older compilers might not support.

Definition at line 1032 of file p99_compiler.h.