1 2 3 4 5 6 7 8
#define FOO_MAX 10 bool foo[ FOO_MAX ]; void foo_bar( int a, int* b, bool foo[ FOO_MAX ] );