And if there was something between the []s? :-) Ken
At 05:41 PM 6/23/2005, you wrote:
On Thu, Jun 23, 2005 at 07:13:48PM -0500, Tom Pfeiffer wrote: >PS, now it's your turn, what's this: > >-- void *(*(*schlake(void *))[])(void *); I made that .sig fresh out of (or maybe still in) High School. I had learned C and I had to show off. Back then my .plan file was written in TeX so that people could get a formatted version of my wisdom. It is just some obstuse and silly function declaration. I think it defines a pointer to a function that takes a void pointer and that returns an array of pointers to functions that take void pointers and return void pointers. Or something. -- void *(*(*schlake(void *))[])(void *);
* **** ******* *********************************************************** * For list instructions, including unsubscribe, see: * http://www.a1.nl/phomepag/markerink/eos_list.htm ***********************************************************
