In article <6351 at pyr.gatech.EDU> byron at pyr.UUCP (Byron A Jeff) writes: : functions[argc-1](); Nice try, but that is not portable. You need to write it as: : (*functions[argc-1])(); ANSI makes your example legal, however. --- Bill novavax!proxftl!bill