Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!ll-xn!rkc From: rkc@XN.LL.MIT.EDU (rkc) Newsgroups: comp.std.c Subject: returning more than 4 bytes Message-ID: <1428@xn.LL.MIT.EDU> Date: 9 Jun 89 18:31:59 GMT Organization: MIT Lincoln Laboratory, Lexington, MA Lines: 11 I know that many compilers permit functions that return full structures ie: more_than_4_byte_structure function(arg1,arg2) int arg1,arg2; ... but is it in the latest ansii standard draft, or will it be left as a compiler extension? E-Mail responses please. Thanks, -Rob