Firstly, I\'ve got functions like this.
void func1(); void func2(); void func3();
Then I create my typedef for the array:
v
If you want the array itself to be const:
FP const a[] = { func1, func2, func3 };