Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!umd5!purdue!i.cc.purdue.edu!j.cc.purdue.edu!pur-ee!uiucdcs!uxc.cso.uiuc.edu!ccvaxa!aglew From: aglew@ccvaxa.UUCP Newsgroups: comp.lang.c Subject: Re: sizeof(function) - preproposal surv Message-ID: <28700026@ccvaxa> Date: 22 Feb 88 02:05:00 GMT References: <11801@brl-adm.ARPA> Lines: 14 Nf-ID: #R:brl-adm.ARPA:11801:ccvaxa:28700026:000:373 Nf-From: ccvaxa.UUCP!aglew Feb 21 20:05:00 1988 ..> sizeof(function) I can see the need for this. I have long wanted (and have promised to come up with a portable standard for, really, I have) the ability to manipulate code as data. Eg. actsize = compile(string,databuffer,maxsize); /* compile a C language string into databuffer */ if( actsize <= sizeof(function) ) codecpyinto(function,databuffer,actsize);