Why doesn't this work?

Scott Bigham sbigham at dukeac.UUCP
Thu Mar 23 16:15:17 AEST 1989


In article <1309 at dukeac.UUCP> I wrote:
>
>typedef char **Block;
>
>Block
>	b1 ={"this","that"},
>	b2={"yes","no"},
>	B[]={b1,b2};

I meant to write:

typedef char *Block[];
	etc...

The second "typedef char **Block;" is right.  I really shouldn't be trying to
think at this hour.  Excuse me, I'm going to go to bed.

						sbigham
-- 
Scott Bigham                         "The opinions expressed above are
Internet sbigham at dukeac.ac.duke.edu   (c) 1989 Hacker Ltd. and cannot be
USENET   sbigham at dukeac.UUCP          copied or distributed without a
...!mcnc!ecsgate!dukeac!sbigham       Darn Good Reason."



More information about the Comp.lang.c mailing list