Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!rpi!brutus.cs.uiuc.edu!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!m.cs.uiuc.edu!p.cs.uiuc.edu!gillies From: gillies@p.cs.uiuc.edu Newsgroups: comp.lang.c Subject: Structure Assignment? Message-ID: <77200048@p.cs.uiuc.edu> Date: 15 Jan 90 01:38:35 GMT Lines: 13 Nf-ID: #N:p.cs.uiuc.edu:77200048:000:499 Nf-From: p.cs.uiuc.edu!gillies Jan 14 03:52:00 1990 Recently, there was some discussion about a Lightspeed C function which returned a structure. Are the following structure features in draft ANSII C? structure return from a function structure passing to a function structure assignment among variables Lightspeed C claims to be "ANSII compatible", but gags on the structure assignment, after a function returns the value. The book, "C: A Reference Manual" just says, "newer compilers now allow structures to be assigned, ...." This is vague.