How can one declare and initialize an array of function pointers in lite-c?

var (*f[3])(vars,int) = {SMA, EMA,ZMA}; gives a syntax error (also with non-Zorro functions).