sizeof(function) - preproposal surv
aglew at ccvaxa.UUCP
aglew at ccvaxa.UUCP
Mon Feb 22 12:05:00 AEST 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);
More information about the Comp.lang.c
mailing list