Does anyone know how to do an array of function pointers when its double array?.
Code:
FIPFunc[ , ] = {&FIPDiscSolicit(), &FIPDiscAdv();
		&FIPReq(), &FIPACC();
 		&FIPKeAlive(), &FIPViLinks();
		&FIPVLANReq(), &FIPVLANNot();

               };
fip.c:1: error: expected expression before ‘,’ token

I'm pretty sure Im declaring this wrong but All the tutorials online aren't really sure how to do it for double array function pointers