typedef void (*FN_PTR) (unsigned char parameter); /* pointer to function */ void Func1(unsigned char param1); void Func2(unsigned char param2); ... void FuncN(unsigned char paramN); const FN_PTR funcPtrArray[] = { Func1, Func2, ... FuncN }; -----Original Message----- From: Digiled dot com [mailto:mail@digiled.com] Sent: Wednesday, May 15, 2002 9:58 AM To: PICLIST@MITVMA.MIT.EDU Subject: [PIC]: Hi Tech C doubt Hello picLIST, I'm trying to define a function pointer array but I had no success on HiTech C Compiler. Anyone can help me on this ? Tnx in advance. Gus. -- Best regards, Digiled mailto:mail@digiled.com -- http://www.piclist.com#nomail Going offline? Don't AutoReply us! email listserv@mitvma.mit.edu with SET PICList DIGEST in the body -- http://www.piclist.com#nomail Going offline? Don't AutoReply us! email listserv@mitvma.mit.edu with SET PICList DIGEST in the body