Struct definition in MS-C

John Woods john at frog.UUCP
Tue Aug 22 08:20:00 AEST 1989


In article <680010 at hpmwjaa.HP.COM>, jeffa at hpmwtd.HP.COM (Jeff Aguilera) writes:
> > struct node {
> > 	...
> > 	...
> > 	struct node *next;
> > 	};
> > as it is with standard C, but this doesn't work with MS-C.
> Are you SURE that doesn't work?  MS-C handles my linked lists
> perfectly.  

I'd suspect that the original person has forgotten to properly take note
of the MiS-C memory model qualifiers, "near", "far", and
"you_cant_get_there_from_here"...    ;-)
-- 
John Woods, Charles River Data Systems, Framingham MA 508-626-1101
...!decvax!frog!john, john at frog.UUCP, ...!mit-eddie!jfw, jfw at eddie.mit.edu



More information about the Comp.lang.c mailing list