typedef struct a_name list_type[MAX];

Boyd Roberts boyd at prl.dec.com
Wed Jun 19 20:08:05 AEST 1991


In article <1991Jun18.201913.16800 at milton.u.washington.edu>, rburgess at milton.u.washington.edu (Rick Burgess) writes:
>> struct a_name
> {
> 	short x;
> 	time_t y;
> 	char z;
> }	/* in other words, some miscellaneous, properly defined struct */
> 

Sorry, where's the trailing semicolon?  struct a_aname { ... }; <-


Boyd Roberts			boyd at prl.dec.com

``When the going gets wierd, the weird turn pro...''



More information about the Comp.lang.c mailing list