Re: Passing too many parameters to a function?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Organization: Datarescue sa/nv Hello Uli, Sunday, August 20, 2006, 12:17:39 PM, you wrote: UK> you know how main() can be declared with varying parameter counts, UK> like UK> int main() UK> or UK> int main( int argc, const char* argv* ) UK> and even more. Does this work for any function? If I pass a function UK> more parameters than it actually uses, is that safe with OS X's UK> current Mach-O ABIs? T think there is no danger in passing more parameters than the called function expects (unless you specify -mrtd flag to the compiler or do something else which changes the default environment). -- Best regards, Ilfak mailto:ig@datarescue.be _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Ilfak Guilfanov